Skip to content

Commit

Permalink
Fix CI job name
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Feb 7, 2025
1 parent 9763872 commit 342a9d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
- run: python -m flint.test --verbose

# Test that we can make a coverage build and report coverage
test_coverage_build:
test_coverage_build_setuptools:
name: Test coverage setuptools build
runs-on: ubuntu-24.04
steps:
Expand Down
1 change: 1 addition & 0 deletions coverage_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ class CyFileTracer(FileTracer):
"""File tracer for Cython files (.pyx,.pxd)."""

def __init__(self, srcpath):
print(srcpath)
assert (src_dir / srcpath).exists()
self.srcpath = srcpath

Expand Down

0 comments on commit 342a9d5

Please sign in to comment.