Skip to content

Commit

Permalink
Reconfiguring tox to produce reports for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Draga Doncila Pop committed May 21, 2020
1 parent 3d46a08 commit 823f369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deps = codecov>=1.4.0
commands = codecov -e TOXENV

[pytest]
addopts = --ignore ./setup.py --cov-report=xml term-missing --cov . --cov-config=tox.ini
addopts = --cov . --ignore ./setup.py --cov-report=xml --cov-config=tox.ini

[run]
omit = setup.py

0 comments on commit 823f369

Please sign in to comment.