File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 69
69
70
70
# These environment variables ensure that the import of the pytest-trio plugin is covered
71
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
72
+ env COV_CORE_SOURCE=pytest_trio COV_CORE_CONFIG=.coveragerc COV_CORE_DATAFILE=.coverage pytest -ra --verbose --cov
73
73
74
74
# The codecov docs recommend something like 'bash <(curl ...)' to pipe the
75
75
# script directly into bash as its being downloaded. But, the codecov
Original file line number Diff line number Diff line change 1
1
[pytest]
2
- addopts = -W error -ra -v -- pyargs pytest_trio --verbose --cov
2
+ addopts = -W error -- pyargs pytest_trio
You can’t perform that action at this time.
0 commit comments