Skip to content

Commit

Permalink
Add argument to coverage to keep previous reports
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar257ammar committed Mar 3, 2024
1 parent 0efd217 commit 885bfd9
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 @@ -32,7 +32,7 @@ envlist =
# arguments from `tox -e py <posargs_1> ... <posargs_n>
commands =
coverage run -p -m pytest --durations=20 {posargs:tests}
coverage combine
coverage combine --keep
coverage xml
extras =
# See the [options.extras_require] entry in setup.cfg for "tests"
Expand Down

0 comments on commit 885bfd9

Please sign in to comment.