From 69321788730561ae59413a3b233e2099b42711de Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Thu, 16 Jan 2025 19:40:44 +0100 Subject: [PATCH] Collect test reports from all modules --- .github/workflows/maven.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1b6f966874..2194fb81bc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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)