Skip to content

Commit

Permalink
Ignore versioneer in coverage report
Browse files Browse the repository at this point in the history
Signed-off-by: aiudirog <aiudirog@gmail.com>
  • Loading branch information
aiudirog committed Mar 11, 2020
1 parent 7c95f2b commit d660be3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ exclude =
[coverage:run]
source = .
include = aiohappybase/*,tests/*
omit = aiohappybase/_version.py

[coverage:html]
directory = coverage/
Expand All @@ -46,6 +47,7 @@ exclude_lines =
if __name__ == .__main__.:
pass
include = aiohappybase/*,tests/*
omit = aiohappybase/_version.py

[build_sphinx]
source-dir = doc/
Expand Down

0 comments on commit d660be3

Please sign in to comment.