Skip to content

Commit

Permalink
Merge pull request #148 from JonathanWenger/coverage-reports
Browse files Browse the repository at this point in the history
Updated coverage settings for pytest
  • Loading branch information
JonathanWenger authored Aug 17, 2020
2 parents 4999842 + 9019a32 commit a05f8dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ envlist = py3, docs, benchmarks
deps =
pytest >= 4.6
pytest-cov
commands = pytest --cov=./ --doctest-modules
commands =
pytest --doctest-modules --cov=probnum --no-cov-on-fail --cov-report=xml
whitelist_externals = make

[testenv:docs]
Expand Down

0 comments on commit a05f8dd

Please sign in to comment.