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 1248ef9 + 84fd472 commit 899cb73Copy full SHA for 899cb73
.github/workflows/ci-test.yml
@@ -33,8 +33,8 @@ jobs:
33
BRANCH_NAME_OR_REF: ${{ github.head_ref || github.ref }}
34
CI_BUILD_NUMBER: ${{ github.run_id }}
35
CI_BUILD_URL: https://github.com/${{ github.repository }}/commit/${{ github.event.after }}/checks
36
- COVERALLS_SECRET: ${{ secrets.GITHUB_TOKEN }}
37
- run: mvn -V -B jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}
+ COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
+ run: mvn -V -B jacoco:report coveralls:report
38
- name: Archive build logs
39
if: always()
40
uses: actions/upload-artifact@v2
0 commit comments