Skip to content

Commit 2757c07

Browse files
committed
Try to Get Coveralls Working with Pull Requests
1 parent 1f299dc commit 2757c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coveralls.yaml

Lines changed: 1 addition & 1 deletion
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=GITHUB_TOKEN -DserviceName=github
35+
run: ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)