Skip to content

Commit

Permalink
Restore missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
tishun committed Oct 24, 2024
1 parent 8114354 commit ebdbcaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,14 @@ jobs:
JVM_OPTS: -Xmx3200m
TERM: dumb
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
verbose: ${{ runner.debug }}
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test failure reports to Codecov
uses: codecov/test-results-action@v1
with:
fail_ci_if_error: false
files: ./target/surefire-reports/TEST*,./target/failsafe-reports/TEST*
codecov_yml_path: ./.github/codecov.yml
verbose: ${{ runner.debug }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ebdbcaa

Please sign in to comment.