Skip to content

Commit 88f2761

Browse files
shifquwebknjaz
andcommitted
tests: lower required coverage for py38 to 98%
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
1 parent 608c47b commit 88f2761

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ jobs:
124124
#
125125
# Ref: https://github.com/tox-dev/tox/issues/3193
126126
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
127132
- name: Test pip ${{ matrix.pip-version }}
128133
# NOTE: `--parallel-live` is a workaround for the regression in
129134
# NOTE: the upstream tox project that made the

0 commit comments

Comments
 (0)