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 9763872 commit 342a9d5Copy full SHA for 342a9d5
.github/workflows/buildwheel.yml
@@ -186,7 +186,7 @@ jobs:
186
- run: python -m flint.test --verbose
187
188
# Test that we can make a coverage build and report coverage
189
- test_coverage_build:
+ test_coverage_build_setuptools:
190
name: Test coverage setuptools build
191
runs-on: ubuntu-24.04
192
steps:
coverage_plugin.py
@@ -128,6 +128,7 @@ class CyFileTracer(FileTracer):
128
"""File tracer for Cython files (.pyx,.pxd)."""
129
130
def __init__(self, srcpath):
131
+ print(srcpath)
132
assert (src_dir / srcpath).exists()
133
self.srcpath = srcpath
134
0 commit comments