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 a7fb5a0 commit f68f4daCopy full SHA for f68f4da
.github/workflows/build.yml
@@ -44,6 +44,7 @@ jobs:
44
run: mvn -B package -DskipTests
45
46
- name: Coverage report
47
+ if: ${{ matrix.java == '17' }}
48
run: mvn -B clean test jacoco:report-aggregate coveralls:report -DjacocoReports=jsign/target/site/jacoco-aggregate/jacoco.xml -DrepoToken=${{ secrets.COVERALLS_TOKEN }} || true
49
50
experimental:
0 commit comments