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 c4e1fe3 commit 7515975Copy full SHA for 7515975
2 files changed
ci.sh
@@ -69,7 +69,7 @@ else
69
70
# These environment variables ensure that the import of the pytest-trio plugin is covered
71
# even if pytest-trio is loaded before pytest-cov. See https://pytest-cov.readthedocs.io/en/latest/plugins.html
72
- env COV_CORE_SOURCE=pytest_trio COV_CORE_CONFIG=.coveragerc COV_CORE_DATAFILE=.coverage pytest
+ env COV_CORE_SOURCE=pytest_trio COV_CORE_CONFIG=.coveragerc COV_CORE_DATAFILE=.coverage pytest -ra --verbose --cov
73
74
# The codecov docs recommend something like 'bash <(curl ...)' to pipe the
75
# script directly into bash as its being downloaded. But, the codecov
pytest.ini
@@ -1,2 +1,2 @@
1
[pytest]
2
-addopts = -W error -ra -v --pyargs pytest_trio --verbose --cov
+addopts = -W error --pyargs pytest_trio
0 commit comments