Skip to content

Commit 899cb73

Browse files
authored
Merge pull request #4647 from evolvedbinary/hotfix/ci-coveralls-code-coverage
Fix CI use of Coveralls Code Coverage
2 parents 1248ef9 + 84fd472 commit 899cb73

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)