Skip to content

Commit 234f056

Browse files
committed
fixed ci
1 parent b3f17c2 commit 234f056

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,4 @@ jobs:
3434
3535
- name: Run tests
3636
run: |
37-
pytest --cov=. --cov-report=xml
38-
39-
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v4
41-
with:
42-
file: ./coverage.xml
43-
fail_ci_if_error: true
37+
pytest --cov=. --cov-report=term-missing

0 commit comments

Comments
 (0)