Skip to content

Commit

Permalink
Exclude __init__ from coverage calc
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Jan 29, 2020
1 parent 0ffa12f commit 6ba9492
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[run]
omit =
# this file comes from versioneer and we don’t test it
*/_version.py
skopt/__init__.py
# these are our tests, don't count them towards coverage
skopt/tests/*

Expand Down

0 comments on commit 6ba9492

Please sign in to comment.