Skip to content

Commit 86b8ddb

Browse files
committed
Revert "[actions] Lets not be quiet on coveralls so we can figure out the fix"
This reverts commit ec7408b.
1 parent 63d4764 commit 86b8ddb

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,12 +32,12 @@ jobs:
3232
distribution: zulu
3333
- name: Report Coverage to Coveralls for Pull Requests
3434
if: github.event_name == 'pull_request'
35-
run: ./mvnw test jacoco:report coveralls:report -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github -DpullRequest=$PR_NUMBER
35+
run: ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github -DpullRequest=$PR_NUMBER
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
PR_NUMBER: ${{ github.event.number }}
3939
- name: Report Coverage to Coveralls for General Push
4040
if: github.event_name == 'push'
41-
run: ./mvnw test jacoco:report coveralls:report -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github
41+
run: ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)