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 8f52d91 commit bbaf5fbCopy full SHA for bbaf5fb
.github/workflows/tests.yml
@@ -49,9 +49,7 @@ jobs:
49
run: tox run -vv --notest --skip-missing-interpreters false -e ${{ matrix.env }}
50
51
- name: Run test suite
52
- run: |
53
- export COV_CMD=$(if [ ${{ matrix.env }} == 3.12 ]; then echo "--cov=pytest_echo --cov-report=xml"; else echo ; fi)
54
- tox run --skip-pkg-install -e ${{ matrix.env }} -- ${COV_CMD}
+ run: tox run --skip-pkg-install -e ${{ matrix.env }}
55
env:
56
PYTEST_ADDOPTS: "-vv --durations=20"
57
DIFF_AGAINST: HEAD
0 commit comments