Skip to content

Commit 884340e

Browse files
committed
Fix tox.ini
1 parent 8013e30 commit 884340e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ commands =
3131
isort -c .
3232
flake8 gitea_github_sync tests
3333
mypy -p gitea_github_sync --install-types --non-interactive
34-
pytest --cov-report=xml:./coverage.xml term-missing --cov=gitea_github_sync tests/ {posargs}
34+
pytest --cov-report term-missing --cov-report=xml:./coverage.xml --cov=gitea_github_sync tests/ {posargs}

0 commit comments

Comments
 (0)