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.
2 parents 98562f0 + 5f88196 commit 6ff46a3Copy full SHA for 6ff46a3
.github/workflows/ci-test.yml
@@ -27,9 +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' }}
31
- env:
32
- COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
33
- run: |
34
- echo "ADAM COVERALLS_TOKEN='${COVERALLS_TOKEN}'"
35
- mvn -V -B jacoco:report coveralls:report
+ if: ${{ github.ref == 'refs/heads/develop' && matrix.jdk == '8' && matrix.os == 'ubuntu-latest' }}
+ run: mvn -V -B jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}
0 commit comments