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 98562f0 commit b922fa3Copy full SHA for b922fa3
.github/workflows/ci-test.yml
@@ -28,8 +28,4 @@ jobs:
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
+ run: mvn -V -B jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}
0 commit comments