Skip to content

Commit

Permalink
Tests: Enable no-data-collected warning again
Browse files Browse the repository at this point in the history
It was important to discover that running the tests with `pytest-xdist`
on Travis CI did not produce any coverage reports at all. This setting
disabled that warning, which was unfortunate.
  • Loading branch information
amotl committed Oct 11, 2022
1 parent 4ba42c8 commit 337db20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[run]
disable_warnings = no-data-collected
data_file = .coverage-reports/.coverage
branch = True
parallel = True
Expand Down

0 comments on commit 337db20

Please sign in to comment.