Skip to content

Commit 8013e30

Browse files
committed
Remove term-missing
1 parent 7a8fbaa commit 8013e30

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 term-missing --cov-report=xml:./coverage.xml term-missing --cov=gitea_github_sync tests/ {posargs}
34+
pytest --cov-report=xml:./coverage.xml term-missing --cov=gitea_github_sync tests/ {posargs}

0 commit comments

Comments
 (0)