Skip to content

Commit

Permalink
chore: bump codecov action (#782)
Browse files Browse the repository at this point in the history
* chore: bump codecov action

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly authored Feb 1, 2024
1 parent ded8d4b commit 0d9d696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
set -e
make tests
- name: Upload Report to Codecov
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0
with:
file: ./coverage.out
files: ./coverage.out
fail_ci_if_error: true
verbose: true

Expand Down

0 comments on commit 0d9d696

Please sign in to comment.