Skip to content

Commit

Permalink
Exclude _version.py from coverage report (#988)
Browse files Browse the repository at this point in the history
We vendor the code in _version.py from scipy. It is thus not necessary
for us to have tests for it. Still, it was included in the coverage
report, resulting in artificially lowered test coverage. This fix
removes the module from being counted for coverage.
  • Loading branch information
BenjaminBossan committed Jun 28, 2023
1 parent 6e63ed9 commit c6c2ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[run]
omit =
skorch/tests/*

skorch/_version.py

0 comments on commit c6c2ef5

Please sign in to comment.