Skip to content

Commit

Permalink
remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Oct 4, 2023
1 parent 2c52c6e commit bec343f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,6 @@ jobs:
- name: Test with pytest
run: python -m pytest

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

check-for-new-versions:
runs-on: ubuntu-latest
steps:
Expand All @@ -211,6 +208,3 @@ jobs:

- name: Check anesthetic dependencies are up to date
run: python -m pytest ./bin/check_up_to_date.py

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

0 comments on commit bec343f

Please sign in to comment.