Skip to content

Commit

Permalink
Merge pull request #40 from fingolfin/mh/codecov
Browse files Browse the repository at this point in the history
CI: update codecov/codecov-action to v2
  • Loading branch information
Marek Kaluba authored Jan 11, 2022
2 parents d063952 + a006007 commit d52268f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
with:
file: ./lcov.info
flags: unittests
Expand Down

0 comments on commit d52268f

Please sign in to comment.