Skip to content

Commit 84fd472

Browse files
committed
[hotfix] Fix CI use of Coveralls Code Coverage
1 parent d02d23d commit 84fd472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
BRANCH_NAME_OR_REF: ${{ github.head_ref || github.ref }}
3434
CI_BUILD_NUMBER: ${{ github.run_id }}
3535
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 }}
36+
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
37+
run: mvn -V -B jacoco:report coveralls:report
3838
- name: Archive build logs
3939
if: always()
4040
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)