We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30fc1e commit 70a0964Copy full SHA for 70a0964
.github/workflows/run-tests.yml
@@ -62,7 +62,8 @@ jobs:
62
- name: Execute tests
63
run: vendor/bin/phpunit --coverage-clover=coverage.xml
64
65
- - name: Run Codacy Coverage Reporter
+ - if: github.event_name == 'push'
66
+ name: Run Codacy Coverage Reporter
67
uses: codacy/codacy-coverage-reporter-action@master
68
with:
69
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
0 commit comments