We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8114354 commit d56af50Copy full SHA for d56af50
.github/workflows/integration.yml
@@ -54,10 +54,13 @@ jobs:
54
JVM_OPTS: -Xmx3200m
55
TERM: dumb
56
- 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
61
uses: codecov/test-results-action@v1
62
with:
63
fail_ci_if_error: false
64
files: ./target/surefire-reports/TEST*,./target/failsafe-reports/TEST*
- codecov_yml_path: ./.github/codecov.yml
65
verbose: ${{ runner.debug }}
66
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments