Skip to content

Commit 1f299dc

Browse files
committed
Try to Get Coveralls Working with Pull Requests
1 parent 99fb42d commit 1f299dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coveralls.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
with:
3333
java-version: 8
3434
- name: Report Coverage to Coveralls
35-
run: ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$COVERALLS_REPO_TOKEN
35+
run: ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=GITHUB_TOKEN -DserviceName=github
3636
env:
37-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)