Skip to content

Commit

Permalink
Remove code coverage (failing)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvermeyen committed Mar 12, 2024
1 parent d6480df commit 0ce43fc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,3 @@ jobs:
run: vendor/bin/phpunit --coverage-clover=coverage.xml
env:
DB_PORT: ${{ job.services.mysql.ports[3306] }}

- if: github.event_name == 'push'
name: Run Codacy Coverage Reporter
uses: codacy/codacy-coverage-reporter-action@master
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml

0 comments on commit 0ce43fc

Please sign in to comment.