Skip to content

Commit 4674261

Browse files
authored
Merge pull request #175 from iMichka/codecov
tests: remove codecov
2 parents 3a656b8 + 0808495 commit 4674261

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,3 @@ jobs:
102102
coverage run -m unittests.test_all
103103
coverage combine
104104
coverage xml
105-
- name: Upload coverage to Codecov
106-
uses: codecov/codecov-action@v3
107-
with:
108-
token: ${{ secrets.CODECOV_TOKEN }}
109-
file: coverage.xml
110-
flags: unittests
111-
env_vars: OS,PYTHON
112-
name: codecov-umbrella
113-
fail_ci_if_error: true

0 commit comments

Comments
 (0)