Skip to content

Commit 867aa43

Browse files
authored
upload coverage only for the linux ci run
1 parent 1f45774 commit 867aa43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ jobs:
3030
- uses: julia-actions/julia-runtest@latest
3131
- uses: julia-actions/julia-processcoverage@v1
3232
- uses: codecov/codecov-action@v1
33+
if: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }}
34+
with:
35+
file: lcov.info

0 commit comments

Comments
 (0)