Skip to content

Commit

Permalink
Restore missing step (#3028)
Browse files Browse the repository at this point in the history
* Restore missing step

* Seems  is not considered

* Not really sure what is happening
  • Loading branch information
tishun authored Oct 24, 2024
1 parent 8114354 commit d56af50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@ jobs:
JVM_OPTS: -Xmx3200m
TERM: dumb
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
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 d56af50

Please sign in to comment.