File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ }
Original file line number Diff line number Diff line change @@ -356,7 +356,10 @@ jobs:
356356 ln -s $(pwd)/.coverage /sage/
357357 cd /sage
358358 ./sage -python -m pip install coverage
359- ./sage -python -m coverage run --rcfile=src/tox.ini src/bin/sage-runtests --force-lib --long -p4 --format github --random-seed=286735480429121101562228604801325644303 ${{ matrix.tests }}
359+ ./sage -python -m coverage run --rcfile=src/tox.ini src/bin/sage-runtests \
360+ --force-lib --long -p4 --format github \
361+ --random-seed=286735480429121101562228604801325644303 ${{ matrix.tests }} \
362+ --baseline-stats-path=.github/workflows/build-known-test-failures.json
360363 shell : sh .ci/docker-exec-script.sh BUILD . {0}
361364
362365 - name : Combine coverage results
You can’t perform that action at this time.
0 commit comments