Skip to content

Commit 430a850

Browse files
committed
[bugfix] Attempt to get Coveralls plugin working, see: trautonen/coveralls-maven-plugin#136
1 parent 5f88196 commit 430a850

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ jobs:
2828
run: mvn -V -B clean verify
2929
- name: Maven Code Coverage
3030
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 }}
3137
run: mvn -V -B jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}

0 commit comments

Comments
 (0)