Skip to content

Commit

Permalink
Adds configuration for coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Nov 9, 2021
1 parent 1c2a92d commit 08fa4cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[tool:pytest]
junit_family=xunit2
addopts = --cov=CIME --cov-report term-missing --cov-report html:test_coverage/html --cov-report xml:test_coverage/coverage.xml -s
python_files = test_*.py

[coverage:report]
omit =
scripts/lib/CIME/tests/*

0 comments on commit 08fa4cf

Please sign in to comment.