Skip to content

Commit

Permalink
Run coverage in batch mode, add serviceName
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEdgar committed Apr 30, 2020
1 parent 9fa22c9 commit 734a3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: matrix.java == '11'
env:
COVERALLS_TOKEN: ${{secrets.COVERALLS_TOKEN}}
run: mvn coveralls:report -Pcoverage -DrepoToken=$COVERALLS_TOKEN
run: mvn -B coveralls:report -Pcoverage -DrepoToken=$COVERALLS_TOKEN -DserviceName=GitHub

javadoc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 734a3aa

Please sign in to comment.