Skip to content

Commit f7cfec8

Browse files
authored
Add code coverage
1 parent f1bb602 commit f7cfec8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ jobs:
4040
continue-on-error: ${{ matrix.julia-version == 'nightly' }}
4141
- uses: julia-actions/julia-runtest@v1
4242
continue-on-error: ${{ matrix.julia-version == 'nightly' }}
43+
- uses: julia-actions/julia-processcoverage@v1
44+
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
45+
continue-on-error: ${{ matrix.julia-version == 'nightly' }}
46+
- uses: codecov/codecov-action@v2
47+
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
48+
with:
49+
file: lcov.info
50+
continue-on-error: ${{ matrix.julia-version == 'nightly' }}
4351

4452
docs:
4553
name: Documentation

0 commit comments

Comments
 (0)