Skip to content

Commit a6cde65

Browse files
committed
🔥 Temporarily drop pytest-cov args from CI
1 parent 2e0ea13 commit a6cde65

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -673,18 +673,27 @@ jobs:
673673
timeout-minutes: 5
674674
toxenv: >-
675675
${{ matrix.toxenv }}
676+
# tox-run-posargs: >-
677+
# --cov-report=xml:.tox/.tmp/.test-results/pytest-${{
678+
# matrix.python-version
679+
# }}/cobertura.xml
680+
# --junitxml=.tox/.tmp/.test-results/pytest-${{
681+
# matrix.python-version
682+
# }}/test.xml
676683
tox-run-posargs: >-
677-
--cov-report=xml:.tox/.tmp/.test-results/pytest-${{
678-
matrix.python-version
679-
}}/cobertura.xml
680684
--junitxml=.tox/.tmp/.test-results/pytest-${{
681685
matrix.python-version
682686
}}/test.xml
687+
# tox-rerun-posargs: >-
688+
# -rA
689+
# -vvvvv
690+
# --lf
691+
# --no-cov
692+
# --no-fold-skipped
683693
tox-rerun-posargs: >-
684694
-rA
685695
-vvvvv
686696
--lf
687-
--no-cov
688697
--no-fold-skipped
689698
upstream-repository-id: >-
690699
${{ needs.pre-setup.outputs.upstream-repository-id }}

0 commit comments

Comments
 (0)