Skip to content

Commit

Permalink
CI: maven: show more errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Dec 31, 2022
1 parent 7c78bf8 commit 91a06b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Coverage report
run: |
mvn prepare-package -DskipTests=true
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 }}
env:
CI_NAME: github
COVERALLS_SECRET: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SECRET: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 91a06b9

Please sign in to comment.