Merge pull request #9 from rohanpm/cov100

Lock coverage at 100%
This commit is contained in:
Rohan McGovern 2022-08-08 13:56:07 +10:00 committed by GitHub
commit 74f657c79e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ deps = poetry
skip_install = True
commands =
poetry install -v
poetry run py.test -v --cov repo_autoindex --cov-report html {posargs}
poetry run py.test -v --cov repo_autoindex --cov-fail-under 100 --cov-report html {posargs}
[testenv:mypy]
commands =