Skip to content

Commit c8b1463

Browse files
committed
chore(tests): added ignore to venv and test folders
1 parent a1b35a9 commit c8b1463

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[run]
2+
branch = True
3+
omit = venv/, test/

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ package-lock.json
66
htmlcov/
77
.coverage
88
.pytest_cache/
9+
venv/

0 commit comments

Comments
 (0)