We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 377e38e + 0e9d32e commit 4165b87Copy full SHA for 4165b87
.github/workflows/coveralls.yaml
@@ -39,6 +39,6 @@ jobs:
39
PR_NUMBER: ${{ github.event.number }}
40
- name: Report Coverage to Coveralls for General Push
41
if: github.event_name == 'push'
42
- run: ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -Denforcer.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github
+ run: ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments