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 b922fa3 commit 5f88196Copy full SHA for 5f88196
.github/workflows/ci-test.yml
@@ -27,5 +27,5 @@ jobs:
27
- name: Maven Test
28
run: mvn -V -B clean verify
29
- name: Maven Code Coverage
30
- if: ${{ matrix.jdk == '8' && matrix.os == 'ubuntu-latest' }}
+ if: ${{ github.ref == 'refs/heads/develop' && matrix.jdk == '8' && matrix.os == 'ubuntu-latest' }}
31
run: mvn -V -B jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}
0 commit comments