Skip to content

Commit

Permalink
add codecov to github actions (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac authored Jul 28, 2021
1 parent 0f11d19 commit 6445719
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ jobs:
arch: ${{ matrix.julia-arch }}
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
with:
file: lcov.info

0 comments on commit 6445719

Please sign in to comment.