Skip to content

Commit

Permalink
Add mising coverage flags
Browse files Browse the repository at this point in the history
  • Loading branch information
yunzheng committed May 15, 2024
1 parent 41b3b80 commit a9e4795
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 @@ -19,7 +19,7 @@ extras = test
commands =
# Capturing output will fail on pypy, possibly due to this issue: https://github.com/pytest-dev/pytest/issues/5502
# pytest --basetemp="{envtmpdir}" {posargs:--color=yes --capture=fd --cov=flow --cov-report=term-missing -v tests}
pytest -vs tests
pytest --cov=flow --cov-report=term-missing -vs tests
coverage report
coverage xml

Expand Down

0 comments on commit a9e4795

Please sign in to comment.