Skip to content

Commit

Permalink
fix coveralls error
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpochat authored Jul 26, 2021
1 parent b0cd115 commit 71ec13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
java-version: 14
- name: Build, test, and coverage report with Maven, Jacoco and Coveralls
run: mvn clean test jacoco:report coveralls:report -DrepoToken=${{secrets.coveralls_token}}
run: mvn clean test jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_REPO_TOKEN }}
working-directory: ./core

0 comments on commit 71ec13c

Please sign in to comment.