We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8fbaa commit 8013e30Copy full SHA for 8013e30
tox.ini
@@ -31,4 +31,4 @@ commands =
31
isort -c .
32
flake8 gitea_github_sync tests
33
mypy -p gitea_github_sync --install-types --non-interactive
34
- pytest --cov-report term-missing --cov-report=xml:./coverage.xml term-missing --cov=gitea_github_sync tests/ {posargs}
+ pytest --cov-report=xml:./coverage.xml term-missing --cov=gitea_github_sync tests/ {posargs}
0 commit comments