Skip to content

Commit

Permalink
add commet to coverage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Dec 9, 2022
1 parent cc99b48 commit c94f436
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/coverage.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
#!/bin/bash
#
# Note: cython's Cython/Coverage.py fails for pyx files that are included in
# other pyx files. A patch to the file is needed:
# other pyx files. This gives the following error:
#
# $ coverage report -m
# Plugin 'Cython.Coverage.Plugin' did not provide a file reporter for
# '.../python-flint/src/flint/fmpz.pyx'.
#
# A patch to the file is needed:
#
# --- Coverage.py.backup 2022-12-09 17:36:35.387690467 +0000
# +++ Coverage.py 2022-12-09 17:08:06.282516837 +0000
Expand Down

0 comments on commit c94f436

Please sign in to comment.