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 6ff46a3 + 430a850 commit 895a475Copy full SHA for 895a475
.github/workflows/ci-test.yml
@@ -28,4 +28,10 @@ jobs:
28
run: mvn -V -B clean verify
29
- name: Maven Code Coverage
30
if: ${{ github.ref == 'refs/heads/develop' && matrix.jdk == '8' && matrix.os == 'ubuntu-latest' }}
31
+ env:
32
+ CI_NAME: github
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 }}
0 commit comments