Skip to content

Commit a28b080

Browse files
committed
codecov only on ubuntu
1 parent b48e78b commit a28b080

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
- uses: julia-actions/julia-runtest@latest
3333
env:
3434
RASTERDATASOURCES_PATH: "."
35-
- uses: julia-actions/julia-processcoverage@v1
36-
- uses: codecov/codecov-action@v1
35+
- if: startsWith(matrix.os,'ubuntu')
36+
uses: julia-actions/julia-processcoverage@v1
37+
- if: startsWith(matrix.os,'ubuntu')
38+
uses: codecov/codecov-action@v1
3739
with:
3840
file: lcov.info
3941
fail_ci_if_error: true

0 commit comments

Comments
 (0)