Skip to content

Commit 0ce43fc

Browse files
committed
Remove code coverage (failing)
1 parent d6480df commit 0ce43fc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/run-tests.yml

-7
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,3 @@ jobs:
7979
run: vendor/bin/phpunit --coverage-clover=coverage.xml
8080
env:
8181
DB_PORT: ${{ job.services.mysql.ports[3306] }}
82-
83-
- if: github.event_name == 'push'
84-
name: Run Codacy Coverage Reporter
85-
uses: codacy/codacy-coverage-reporter-action@master
86-
with:
87-
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
88-
coverage-reports: coverage.xml

0 commit comments

Comments
 (0)