Skip to content

Commit d56af50

Browse files
authored
Restore missing step (#3028)
* Restore missing step * Seems is not considered * Not really sure what is happening
1 parent 8114354 commit d56af50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,13 @@ jobs:
5454
JVM_OPTS: -Xmx3200m
5555
TERM: dumb
5656
- name: Upload coverage reports to Codecov
57+
uses: codecov/codecov-action@v4
58+
with:
59+
token: ${{ secrets.CODECOV_TOKEN }}
60+
- name: Upload test failure reports to Codecov
5761
uses: codecov/test-results-action@v1
5862
with:
5963
fail_ci_if_error: false
6064
files: ./target/surefire-reports/TEST*,./target/failsafe-reports/TEST*
61-
codecov_yml_path: ./.github/codecov.yml
6265
verbose: ${{ runner.debug }}
6366
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)