Skip to content

Commit

Permalink
tests: remove codecov
Browse files Browse the repository at this point in the history
Needs another token. Will add codecov back later.
This is just to unblock the CI
  • Loading branch information
iMichka committed Apr 10, 2024
1 parent 3a656b8 commit 0808495
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,3 @@ jobs:
coverage run -m unittests.test_all
coverage combine
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true

0 comments on commit 0808495

Please sign in to comment.