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 a16bbd4 commit aeec1e3Copy full SHA for aeec1e3
.github/workflows/run-tests.yml
@@ -50,7 +50,8 @@ jobs:
50
- name: Execute tests
51
run: vendor/bin/phpunit --coverage-clover=coverage.xml
52
53
- - name: Run Codacy Coverage Reporter
+ - if: github.event_name == 'push'
54
+ name: Run Codacy Coverage Reporter
55
uses: codacy/codacy-coverage-reporter-action@master
56
with:
57
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
0 commit comments