Skip to content

Commit

Permalink
Se quita codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
estebandelaf committed Dec 6, 2024
1 parent a8bdfa0 commit 0cad3e2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0cad3e2

Please sign in to comment.