Skip to content

Commit c94f436

Browse files
committed
add commet to coverage.sh
1 parent cc99b48 commit c94f436

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

bin/coverage.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
#!/bin/bash
22
#
33
# Note: cython's Cython/Coverage.py fails for pyx files that are included in
4-
# other pyx files. A patch to the file is needed:
4+
# other pyx files. This gives the following error:
5+
#
6+
# $ coverage report -m
7+
# Plugin 'Cython.Coverage.Plugin' did not provide a file reporter for
8+
# '.../python-flint/src/flint/fmpz.pyx'.
9+
#
10+
# A patch to the file is needed:
511
#
612
# --- Coverage.py.backup 2022-12-09 17:36:35.387690467 +0000
713
# +++ Coverage.py 2022-12-09 17:08:06.282516837 +0000

0 commit comments

Comments
 (0)