Skip to content

Commit

Permalink
Upgrade Codecov action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 27, 2023
1 parent 82265f5 commit f604e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
env:
ENV: testing

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
files: ./build/coverage/clover.xml,./build/coverage/crap4j.xml,./build/coverage/report.txt,./build/junit.xml
fail_ci_if_error: false # optional (default = false)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
ENV: testing

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
files: ./build/coverage/clover.xml,./build/coverage/crap4j.xml,./build/coverage/report.txt,./build/junit.xml

Expand Down

0 comments on commit f604e0c

Please sign in to comment.