Skip to content

Commit

Permalink
Temporarily enable coveralls for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdousti committed Feb 24, 2023
1 parent 52f7f3a commit 2579ac8
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 @@ -42,5 +42,5 @@ jobs:
- name: Test
run: ./mvnw verify -P "${{ matrix.profile }}" -B
- name: Coverage
if: github.event_name != 'pull_request'
# if: github.event_name != 'pull_request'
run: ./mvnw org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report -B -D repoToken=${{ secrets.COVERALLS_TOKEN }}

0 comments on commit 2579ac8

Please sign in to comment.