Skip to content

Commit

Permalink
Do not submit coverage for pull requests build
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jan 15, 2024
1 parent a7675b5 commit dbc2b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
vendor/bin/phpunit --testsuite unit --colors=always --coverage-clover build/logs/clover.xml
- name: Submit coverage to Coveralls
if: github.event_name != 'pull_request'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit dbc2b3b

Please sign in to comment.