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 87ee8dd commit 7860f10
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 @@ -50,13 +50,5 @@ jobs:
name: tests-coverage-python_${{ matrix.python-version }}.xml
path: var/tests-coverage.xml

- 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 Python version
run: python --version

0 comments on commit 7860f10

Please sign in to comment.