File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments