Skip to content

Commit

Permalink
Merge pull request #11 from outpost-os/coverage-report
Browse files Browse the repository at this point in the history
fix: generates xml file for codecov
  • Loading branch information
pthierry-ledger authored Jul 11, 2024
2 parents 72f94bb + 0c09b4c commit 27c2547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ extras = devel
[testenv:unittests]
commands =
pytest --cov=dts_utils --tb=long -v {posargs}
coverage report -m
coverage xml

[testenv:htmlcov]
commands =
Expand Down

0 comments on commit 27c2547

Please sign in to comment.