Skip to content

Commit

Permalink
Upgrade to codecov-action v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Apr 6, 2022
1 parent 4072091 commit cc5dc06
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 cc5dc06

Please sign in to comment.