Skip to content

Commit

Permalink
Coverage is confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed May 17, 2019
1 parent 910d325 commit 5bd8d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -25,7 +25,7 @@ deps =
pytest-randomly
click
commands =
!py27: pytest {posargs: --cov --cov-append --cov-report=term-missing --cov-fail-under=100}
!py27: pytest {posargs: --cov --cov-config={toxinidir}/setup.cfg --cov-append --cov-report=term-missing --cov-fail-under=100}
; Bowler doesn't run on Python 2, so skip those tests
py27: pytest --ignore {toxinidir}/tests/test_add.py --ignore {toxinidir}/tests/test_bowler.py []

Expand Down

0 comments on commit 5bd8d0b

Please sign in to comment.