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 d95ef0c commit 713c554Copy full SHA for 713c554
.github/workflows/run-tests.yml
@@ -44,10 +44,3 @@ jobs:
44
45
- name: Execute tests
46
run: vendor/bin/phpunit --coverage-clover=coverage.xml
47
-
48
- - if: github.event_name == 'push'
49
- name: Run Codacy Coverage Reporter
50
- uses: codacy/codacy-coverage-reporter-action@master
51
- with:
52
- project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
53
- coverage-reports: coverage.xml
0 commit comments