Skip to content

Commit

Permalink
Fix coveralls:report to run the local version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdousti committed Feb 24, 2023
1 parent a2915b3 commit 3414192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: ./mvnw verify -P "${{ matrix.profile }}" -B
- name: Coverage
# if: github.event_name != 'pull_request'
run: ./mvnw org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report -B -D repoToken=${{ secrets.COVERALLS_TOKEN }}
run: ./mvnw coveralls:report -B -D repoToken=${{ secrets.COVERALLS_TOKEN }}

0 comments on commit 3414192

Please sign in to comment.