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.
1 parent 377e38e commit 0e9d32eCopy full SHA for 0e9d32e
.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