Commit f7492c8
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments