Skip to content

Commit

Permalink
🧪 Report coverage for the tests
Browse files Browse the repository at this point in the history
This is important to understand that all the tests are actually
executed and aren't skipped.
  • Loading branch information
webknjaz committed Jul 12, 2023
1 parent 77c28b2 commit 2a284f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest.ci.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = --cov=frozenlist --cov-report term-missing:skip-covered -v -rxXs
addopts = --cov=frozenlist --cov=tests/ --cov-report term-missing:skip-covered -v -rxXs
junit_suite_name = frozenlist_test_suite
norecursedirs = dist docs build .tox .eggs
minversion = 3.8.2
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = --cov=frozenlist
addopts = --cov=frozenlist --cov=tests/
junit_suite_name = frozenlist_test_suite
norecursedirs = dist docs build .tox .eggs
minversion = 3.8.2
Expand Down

0 comments on commit 2a284f3

Please sign in to comment.