Skip to content

Commit 48e02b8

Browse files
authored
Merge pull request #1480 from hydephp/internal-update-codecov-action-version
Internal: Upgrade monorepo Codecov action to v3
2 parents 82265f5 + f604e0c commit 48e02b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
env:
200200
ENV: testing
201201

202-
- uses: codecov/codecov-action@v2
202+
- uses: codecov/codecov-action@v3
203203
with:
204204
files: ./build/coverage/clover.xml,./build/coverage/crap4j.xml,./build/coverage/report.txt,./build/junit.xml
205205
fail_ci_if_error: false # optional (default = false)

.github/workflows/test-pull-requests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
ENV: testing
4646

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

0 commit comments

Comments
 (0)