Skip to content

Commit

Permalink
Update code coverage workflow (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlaberinto authored Nov 10, 2021
1 parent 20c06cd commit faa186c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-[email protected]
if: ${{ startsWith(matrix.os, 'ubuntu') && (matrix.version == '1') }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
with:
file: lcov.info

0 comments on commit faa186c

Please sign in to comment.