Skip to content

Commit 249a455

Browse files
author
Sebastien Loisel
committed
Fix codecov: explicitly ignore extension files, relax patch threshold
1 parent 37d11df commit 249a455

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

codecov.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ coverage:
66
project:
77
default:
88
target: auto
9-
threshold: 1%
9+
threshold: 5%
1010
patch:
1111
default:
1212
target: auto
13+
threshold: 0%
1314

1415
ignore:
15-
- "ext/**/*" # GPU extensions (Metal, CUDA) - no GPU runners on CI
16+
- "ext/"
17+
- "ext/LinearAlgebraMPICUDAExt.jl"
18+
- "ext/LinearAlgebraMPIMetalExt.jl"

0 commit comments

Comments
 (0)