From 0cad3e2ab99c6138ae3b1f779593c26b1f48b2ee Mon Sep 17 00:00:00 2001 From: Esteban De La Fuente Rubio Date: Fri, 6 Dec 2024 03:32:10 -0300 Subject: [PATCH] Se quita codecov. --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f07c2d6..85ead4cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,13 +49,5 @@ jobs: name: tests-coverage-php_${{ matrix.php-version }}.txt path: var/tests-coverage.txt - - name: Upload to Codecov - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} - files: var/tests-coverage.xml - fail_ci_if_error: true - verbose: true - - name: Display PHP version run: php -v