Skip to content

Commit

Permalink
Revert "Setup coverage upload to codecov (#780)"
Browse files Browse the repository at this point in the history
This reverts commit c65f092.
  • Loading branch information
BrianJKoopman committed Nov 4, 2024
1 parent 596dcb9 commit 59fba76
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
jobs:
test:
uses: ./.github/workflows/pytest.yml
secrets: inherit

docker:
name: build and deploy docker images
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
jobs:
test:
uses: ./.github/workflows/pytest.yml
secrets: inherit

build:
name: build and deploy test images
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,5 @@ jobs:
mv ./tests/.coverage.* ./
pip install -U coveralls
coverage combine
coverage xml
coverage report
coveralls --service=github
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 59fba76

Please sign in to comment.