Skip to content

Commit 22f4464

Browse files
chore: exclude tests from coverage reports
1 parent 59aa614 commit 22f4464

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

ical-simplejson-proxy/.DS_Store

6 KB
Binary file not shown.

ical-simplejson-proxy/.coveragerc

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

ical-simplejson-proxy/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python =
99
3.10: py310
1010

1111
[testenv]
12-
commands=py.test -vv {posargs:}
12+
commands=py.test --cov . -vv {posargs:}
1313
deps=
1414
pytest
1515
pytest-cov

0 commit comments

Comments
 (0)