Skip to content

Commit a1d68f5

Browse files
committed
Add note about rebuilding with coverage
1 parent 68c240c commit a1d68f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/coverage.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ source bin/activate
3131

3232
export PYTHON_FLINT_COVERAGE=true
3333

34+
# Force a rebuild of everything with coverage tracing enabled:
35+
# touch src/flint/flintlib/*
36+
3437
python setup.py build_ext --inplace
3538

3639
coverage run -m flint.test $@

0 commit comments

Comments
 (0)