Skip to content

Commit

Permalink
Adding Coveralls analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Mar 8, 2023
1 parent 83961b5 commit e675bcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ jobs:
# uses: coverallsapp/[email protected]
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# COVERALL_REPO_TOKEN is available as the TOKEN variable at https://coveralls.io/github/pkiraly/metadata-qa-api
# coverage report: https://coveralls.io/github/pkiraly/metadata-qa-api
- name: Coveralls Coverage Report Submission
run: mvn coveralls:report -DrepoToken=${{ secrets.COVERALL_REPO_TOKEN }}

0 comments on commit e675bcc

Please sign in to comment.