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 128025b commit 3c46d1aCopy full SHA for 3c46d1a
.github/workflows/test-and-build-workflow.yml
@@ -57,12 +57,12 @@ jobs:
57
chown -R 1000:1000 `pwd`
58
su `id -un 1000` -c "./gradlew build ${{ env.TEST_FILTER }}"
59
- name: Generate Jacoco Test Report
60
- if: always()
+ if: always() && matrix.java == 21
61
run: |
62
su `id -un 1000` -c "./gradlew jacocoTestReport"
63
- name: Upload coverage XML
64
uses: actions/upload-artifact@v4
65
66
with:
67
name: coverage-xml-${{ matrix.java }}-${{ matrix.feature }}
68
path: build/reports/jacoco/**/jacocoTestReport.xml
0 commit comments