Skip to content

Commit ec6fa93

Browse files
committed
Add baseline test failures
1 parent dc99dc8 commit ec6fa93

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)