Skip to content

Commit f68f4da

Browse files
committed
Test coverage with Java 17 only
1 parent a7fb5a0 commit f68f4da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: mvn -B package -DskipTests
4545

4646
- name: Coverage report
47+
if: ${{ matrix.java == '17' }}
4748
run: mvn -B clean test jacoco:report-aggregate coveralls:report -DjacocoReports=jsign/target/site/jacoco-aggregate/jacoco.xml -DrepoToken=${{ secrets.COVERALLS_TOKEN }} || true
4849

4950
experimental:

0 commit comments

Comments
 (0)