Skip to content

Commit 7515975

Browse files
vxgmichelpquentin
authored andcommitted
Move verbose and coverage options for pytest back to ci script
1 parent c4e1fe3 commit 7515975

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ else
6969

7070
# These environment variables ensure that the import of the pytest-trio plugin is covered
7171
# 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
7373

7474
# The codecov docs recommend something like 'bash <(curl ...)' to pipe the
7575
# script directly into bash as its being downloaded. But, the codecov

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pytest]
2-
addopts = -W error -ra -v --pyargs pytest_trio --verbose --cov
2+
addopts = -W error --pyargs pytest_trio

0 commit comments

Comments
 (0)