Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #315 from MathieuBordere/codecov-v3
Browse files Browse the repository at this point in the history
github actions: codecov v2 -> v3
  • Loading branch information
MathieuBordere committed Sep 27, 2022
2 parents 2b5c68b + 144b089 commit f1c48a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Expand Up @@ -101,7 +101,7 @@ jobs:
run: if [ "${CC}" = "gcc" ]; then make code-coverage-capture; fi

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
verbose: true

Expand Down

0 comments on commit f1c48a9

Please sign in to comment.