Skip to content

Commit

Permalink
Merge pull request #208 from jwillemsen/jwi-codecov3
Browse files Browse the repository at this point in the history
Upgrade to codecov-action v3
  • Loading branch information
jwillemsen committed Apr 6, 2022
2 parents 4072091 + cc5dc06 commit fe08a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
run: |
find . -type f -name '*.gcno' -exec gcov -pb {} +
if: matrix.feature == 'Codecov'
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
verbose: true # optional (default = false)
if: matrix.feature == 'Codecov'
Expand Down

0 comments on commit fe08a83

Please sign in to comment.