Skip to content

Commit f7492c8

Browse files
Sébastien LoiselSébastien Loisel
authored andcommitted
codecov: narrow ext/ ignore to just the CUDA extension
The ignore was added when CUDA became a package extension, to stop the coverage drop from GPU tests that cannot run on free CI runners. But it ignored the whole ext/ tree, which also hid the JuMP and Gmsh extensions -- both of which are exercised in CI (test_jump.jl, test_gmsh.jl) and whose coverage is already in lcov.info. Scope the ignore to ext/MultiGridBarrierCUDAExt/ so those two extensions report coverage while the un-runnable CUDA extension stays excluded.
1 parent 6f01337 commit f7492c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ignore:
2-
- "ext/"
2+
- "ext/MultiGridBarrierCUDAExt/"
33
- "test/test_cuda.jl"

0 commit comments

Comments
 (0)