From 723dc16570042daabd736953df1c309df0bd5319 Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Tue, 26 Dec 2023 15:17:33 +0100 Subject: [PATCH] codecov --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 855f2c6..db24040 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,5 +47,7 @@ jobs: env: DATABASE: ${{ matrix.database }} MYSQL_PORT: ${{ job.services.mysql.ports[3306] }} - - run: php tests/coverage/scrutinizer.php + - uses: codecov/codecov-action@v3 if: matrix.coverage == 'xdebug' + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}