Skip to content

Commit 713c554

Browse files
committed
Remove codacy support
1 parent d95ef0c commit 713c554

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,3 @@ jobs:
4444

4545
- name: Execute tests
4646
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

Comments
 (0)