Skip to content

Commit

Permalink
Shorten code coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianjie Liu committed Oct 21, 2021
1 parent f56e7d2 commit 29ae297
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,13 @@ testpaths =
addopts =
# reports all (except passed tests). See https://docs.pytest.org/en/latest/usage.html#detailed-summary-report
-ra
--durations 0
--cov-append --cov=recommenders --cov-report=term-missing --cov-report=xml --junitxml=junit/test-results.xml
--durations 10
--cov-append --cov=recommenders --cov-report=term --cov-report=xml --junitxml=junit/test-results.xml


[coverage:report]
skip_empty = true
skip_covered = true


[flake8]
Expand Down

0 comments on commit 29ae297

Please sign in to comment.