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 608c47b commit 88f2761Copy full SHA for 88f2761
.github/workflows/ci.yml
@@ -124,6 +124,11 @@ jobs:
124
#
125
# Ref: https://github.com/tox-dev/tox/issues/3193
126
run: tox -vv --notest -p auto --parallel-live
127
+ - name: Set PYTEST_ADDOPTS for py38
128
+ if: matrix.python-version == '3.8'
129
+ shell: bash
130
+ run: |
131
+ echo "PYTEST_ADDOPTS=--cov-fail-under=98" >> $GITHUB_ENV
132
- name: Test pip ${{ matrix.pip-version }}
133
# NOTE: `--parallel-live` is a workaround for the regression in
134
# NOTE: the upstream tox project that made the
0 commit comments