Skip to content

Commit

Permalink
Integrate Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Dec 26, 2023
1 parent 8547f5c commit 9d40cbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ jobs:
MYSQL_PORT: ${{ job.services.mysql.ports[3306] }}
- run: php tests/coverage/scrutinizer.php
if: matrix.coverage == 'xdebug'
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: matrix.coverage == 'xdebug' && env.CODECOV_TOKEN

0 comments on commit 9d40cbd

Please sign in to comment.