Skip to content

Commit

Permalink
Collect test reports from all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Jan 16, 2025
1 parent eb8bcae commit 6932178
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ jobs:
with:
name: Test Results (${{ matrix.os }}, JDK ${{ matrix.jdk }}))
path: |
target/surefire-reports/TEST*.xml
target/failsafe-reports/TEST*.xml
target/invoker-reports/TEST*.xml
target/it/**/build.log
**/target/surefire-reports/TEST*.xml
**/target/failsafe-reports/TEST*.xml
**/target/invoker-reports/TEST*.xml
**/target/it/**/build.log
# https://about.codecov.io/blog/javascript-code-coverage-using-github-actions-and-codecov/
- name: Upload code coverage to CodeCov (Main build)
Expand Down

0 comments on commit 6932178

Please sign in to comment.