Skip to content

Commit

Permalink
Cobertura is not compatible with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed May 7, 2020
1 parent ec3f002 commit 45d81bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Record coverage
run: |
mvn clean cobertura:cobertura coveralls:report
if: startsWith(matrix.java, 11)
if: startsWith(matrix.java, 8)
# - name: Deploy to Github packages
# env:
# token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 45d81bf

Please sign in to comment.