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

Commit

Permalink
github: codecov-action v1 -> v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Borderé committed Apr 4, 2022
1 parent 8cfdb8e commit 53893ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: if [ "${CC}" = "gcc" ]; then make code-coverage-capture; fi

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

Expand Down 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@v1
uses: codecov/codecov-action@v2
with:
verbose: true

Expand Down

0 comments on commit 53893ad

Please sign in to comment.