Skip to content

Commit

Permalink
shuffle config to have coverage be explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
diehlbw committed May 24, 2024
1 parent 6413600 commit a88916b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ audit =
aequitas>=1.0.0
dev =
autopep8>=1.3.5
pytest-cov>=2.5.1
pytest-json>=0.4.0
pytest>=5.1.1
traitlets>=5.1.1
Expand All @@ -71,25 +70,26 @@ docs =


[tool:pytest]
addopts = --cov-config=setup.cfg --cov=seismometer --cov-report=term --cov-report=html --cov-report=xml:coverage/coverage.xml
testpaths = tests
json_report = coverage/test-report.json
jsonapi = True
filterwarnings =
ignore::UserWarning
ignore::PendingDeprecationWarning

[coverage:run]
source = seismometer
branch = True

[coverage:report]
fail_under = 70
fail_under = 90
omit =
*/plot/mpl/*

[coverage:html]
directory = coverage/html-report

[coverage:xml]
output = coverage/coverage.xml

[tool:isort]
line_length = 119
profile = black
Expand Down

0 comments on commit a88916b

Please sign in to comment.