Skip to content

Commit 0102ec2

Browse files
committed
disable codecov
1 parent 7040ba5 commit 0102ec2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
- name: Test with pytest
5454
run: poetry run pytest -n 2 --cov . --cov-report=xml
5555

56-
- name: Upload coverage to Codecov
57-
uses: codecov/codecov-action@v4
58-
with:
59-
file: ./coverage.xml
60-
flags: unittests
61-
env_vars: OS,PYTHON
62-
name: codecov-umbrella
63-
fail_ci_if_error: true
56+
# - name: Upload coverage to Codecov
57+
# uses: codecov/codecov-action@v4
58+
# with:
59+
# file: ./coverage.xml
60+
# flags: unittests
61+
# env_vars: OS,PYTHON
62+
# name: codecov-umbrella
63+
# fail_ci_if_error: true

0 commit comments

Comments
 (0)