Skip to content

Commit

Permalink
chore(tox): remove coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed May 6, 2023
1 parent 21fdcc5 commit b44769e
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 @@ -7,5 +7,5 @@ allowlist_externals = poetry
skip_install = true
commands_pre = poetry install
commands =
poetry run pytest tests --cov --cov-config=pyproject.toml --cov-report=xml
poetry run pytest
poetry run mypy

0 comments on commit b44769e

Please sign in to comment.