Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mfl15 authored Oct 20, 2023
1 parent 16496bc commit c0fa9fc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ skipsdist = True
[testenv]
deps =
pytest
pytest-cov
commands = pytest --cov=my_project --cov-report=xml --cov-config=tox.ini --cov-branch
coverage
commands =
coverage run -m pytest
coverage xml

[coverage:run]
relative_files = True
source = my_project/
branch = True

0 comments on commit c0fa9fc

Please sign in to comment.