Skip to content

Commit

Permalink
Move verbose and coverage options for pytest back to ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel authored and pquentin committed Jan 6, 2021
1 parent c4e1fe3 commit 7515975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ else

# These environment variables ensure that the import of the pytest-trio plugin is covered
# even if pytest-trio is loaded before pytest-cov. See https://pytest-cov.readthedocs.io/en/latest/plugins.html
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

# The codecov docs recommend something like 'bash <(curl ...)' to pipe the
# script directly into bash as its being downloaded. But, the codecov
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
addopts = -W error -ra -v --pyargs pytest_trio --verbose --cov
addopts = -W error --pyargs pytest_trio

0 comments on commit 7515975

Please sign in to comment.