Skip to content

Commit 342a9d5

Browse files
committed
Fix CI job name
1 parent 9763872 commit 342a9d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
- run: python -m flint.test --verbose
187187

188188
# Test that we can make a coverage build and report coverage
189-
test_coverage_build:
189+
test_coverage_build_setuptools:
190190
name: Test coverage setuptools build
191191
runs-on: ubuntu-24.04
192192
steps:

coverage_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ class CyFileTracer(FileTracer):
128128
"""File tracer for Cython files (.pyx,.pxd)."""
129129

130130
def __init__(self, srcpath):
131+
print(srcpath)
131132
assert (src_dir / srcpath).exists()
132133
self.srcpath = srcpath
133134

0 commit comments

Comments
 (0)