Skip to content

Commit 7860f10

Browse files
committed
Se quita codecov.
1 parent 87ee8dd commit 7860f10

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,5 @@ jobs:
5050
name: tests-coverage-python_${{ matrix.python-version }}.xml
5151
path: var/tests-coverage.xml
5252

53-
- name: Upload to Codecov
54-
uses: codecov/codecov-action@v4
55-
with:
56-
token: ${{ secrets.CODECOV_TOKEN }}
57-
files: var/tests-coverage.xml
58-
fail_ci_if_error: true
59-
verbose: true
60-
6153
- name: Display Python version
6254
run: python --version

0 commit comments

Comments
 (0)