Skip to content

Commit

Permalink
add .coveragerc (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi authored Dec 12, 2022
1 parent 81b8fac commit b0f7aa5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# .coveragerc to control coverage.py
[run]
branch = True
source = esda
disable_warnings=include-ignored

[report]
omit =
docs/conf.py
setup.py
*/tests/*
versioneer.py
*_version.py

[html]
directory = coverage_html_report

0 comments on commit b0f7aa5

Please sign in to comment.