1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 16:07:57 +03:00

Don’t display coverage when tests fail

This commit is contained in:
Guillaume Ayoub 2021-01-09 19:03:39 +01:00
parent b2c7463701
commit 8a4a696175

View File

@ -60,7 +60,7 @@ Donation = 'https://opencollective.com/courtbouillon'
exclude = ['.*', 'tests/results']
[tool.pytest.ini_options]
addopts = '--isort --flake8 --cov'
addopts = '--isort --flake8 --cov --no-cov-on-fail'
[tool.coverage.run]
branch = true