File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ test_script:
24
24
- " cd empty"
25
25
# Make sure it's being imported from where we expect
26
26
- " python -c \" import os, pytest_trio; print(os.path.dirname(pytest_trio.__file__))\" "
27
- - " python -u -m pytest -W error -ra -v -s --pyargs pytest_trio --cov=pytest_trio --cov-config=../.coveragerc "
27
+ - " python -u -m coverage run --rcfile=../.coveragerc -m pytest -W error -ra -v -s --pyargs pytest_trio"
28
28
- " codecov"
Original file line number Diff line number Diff line change 92
92
mkdir empty
93
93
cd empty
94
94
95
- pytest -W error -ra -v --pyargs pytest_trio --cov=pytest_trio --cov-config=../.coveragerc --verbose
95
+ coverage run --rcfile=../.coveragerc -m pytest -W error -ra -v --pyargs pytest_trio --verbose
96
96
97
97
bash <( curl -s https://codecov.io/bash)
98
98
fi
You can’t perform that action at this time.
0 commit comments