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 7c78bf8 commit 91a06b9Copy full SHA for 91a06b9
.github/workflows/ci-build.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Coverage report
46
run: |
47
mvn prepare-package -DskipTests=true
48
- mvn jacoco:report coveralls:report --no-transfer-progress -DrepoToken=$COVERALLS_SECRET -DpullRequest=${{ github.event.number }}
+ mvn --errors jacoco:report coveralls:report --no-transfer-progress -DrepoToken=$COVERALLS_SECRET -DpullRequest=${{ github.event.number }}
49
env:
50
CI_NAME: github
51
- COVERALLS_SECRET: ${{ secrets.GITHUB_TOKEN }}
+ COVERALLS_SECRET: ${{ secrets.GITHUB_TOKEN }}
0 commit comments