Skip to content

Commit

Permalink
Merge pull request #172 from zalando/whiskeysierra-patch-1
Browse files Browse the repository at this point in the history
Made coverage step not running for PRs
  • Loading branch information
Willi Schönborn committed Oct 21, 2020
2 parents 6da70de + 151f95c commit e64d538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
- name: Test
run: ./mvnw verify -B
- name: Coverage
if: github.event_name != 'pull_request'
run: ./mvnw coveralls:report -B -D repoToken=${{ secrets.COVERALLS_TOKEN }}

0 comments on commit e64d538

Please sign in to comment.