Skip to content

Commit

Permalink
Test coverage with Java 17 only
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Jun 16, 2023
1 parent a7fb5a0 commit f68f4da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: mvn -B package -DskipTests

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

experimental:
Expand Down

0 comments on commit f68f4da

Please sign in to comment.