We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc99b48 commit c94f436Copy full SHA for c94f436
bin/coverage.sh
@@ -1,7 +1,13 @@
1
#!/bin/bash
2
#
3
# 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:
+# 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:
11
12
# --- Coverage.py.backup 2022-12-09 17:36:35.387690467 +0000
13
# +++ Coverage.py 2022-12-09 17:08:06.282516837 +0000
0 commit comments