Skip to content

Commit

Permalink
add .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Jan 11, 2024
1 parent 80b1032 commit 9f93bab
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .coveragerc to control coverage.py

[report]


omit =
*__init__*
*_astropy_init*
*version*
*tests*
*conftest*
*setup_package*


ignore_errors = True

[html]
directory = coverage_html_report

0 comments on commit 9f93bab

Please sign in to comment.