Skip to content

Commit

Permalink
Integrate Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Dec 28, 2023
1 parent 63f5a5d commit 93cb683
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 37 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,7 @@ jobs:
MARIADB_PORT: ${{ job.services.mariadb.ports[3306] }}
PGSQL_PORT: ${{ job.services.pgsql.ports[5432] }}
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
3 changes: 0 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
build:
environment:
php: 8.2
tools:
external_code_coverage:
runs: 5
32 changes: 0 additions & 32 deletions tests/coverage/scrutinizer.php

This file was deleted.

0 comments on commit 93cb683

Please sign in to comment.