Skip to content

Commit

Permalink
Try to make coveralls work
Browse files Browse the repository at this point in the history
  • Loading branch information
jhannes committed Sep 28, 2021
1 parent d99ca3c commit 1593f4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Coveralls.io coverage report
run: mvn -X jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls }}
run: |
git checkout
mvn -X jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls }}

0 comments on commit 1593f4d

Please sign in to comment.