Skip to content

Commit

Permalink
Integrate Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Dec 27, 2023
1 parent 021f536 commit ca173b0
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 @@ -89,3 +89,7 @@ jobs:
SQLSRV_PORT: ${{ job.services.sqlsrv.ports[1433] }}
- 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 ca173b0

Please sign in to comment.