Skip to content

Commit

Permalink
Fix Coveralls Plugin repo Token
Browse files Browse the repository at this point in the history
  • Loading branch information
lpradel committed Jun 27, 2022
1 parent ec49432 commit f97e752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-maven.yml
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: 📦 Build with Maven
run: mvn -B package --file pom.xml
- name: 🚀 Coveralls Coverage Report Submission
run: mvn coveralls:report --define repoToken=${{ secrets.COVERALL_REPO_TOKEN }}
run: mvn test jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}

0 comments on commit f97e752

Please sign in to comment.