Skip to content

Commit

Permalink
Merge pull request #175 from iMichka/codecov
Browse files Browse the repository at this point in the history
tests: remove codecov
  • Loading branch information
iMichka authored Apr 10, 2024
2 parents 3a656b8 + 0808495 commit 4674261
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 4674261

Please sign in to comment.