Skip to content

Commit

Permalink
Revert from codecov back to coveralls (#792)
Browse files Browse the repository at this point in the history
* Revert "Replace coveralls with codecov (#781)"

This reverts commit 0a2dad4.

* Revert "Setup coverage upload to codecov (#780)"

This reverts commit c65f092.
  • Loading branch information
BrianJKoopman authored Nov 4, 2024
1 parent a38c3c6 commit cb5b003
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 30 deletions.
20 changes: 0 additions & 20 deletions .github/codecov.yml

This file was deleted.

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
10 changes: 4 additions & 6 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,11 @@ jobs:
# Coverage
- name: Report test coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mv ./tests/.coverage.* ./
pip install -U coveralls
coverage combine
coverage xml
coverage report
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
coveralls --service=github
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ This project is licensed under the BSD 2-Clause License - see the
.. _LICENSE.txt: https://github.com/simonsobs/socs/blob/main/LICENSE.txt


.. |coverage| image:: https://codecov.io/gh/simonsobs/socs/graph/badge.svg?token=07SF75W0AZ
:target: https://codecov.io/gh/simonsobs/socs
.. |coverage| image:: https://coveralls.io/repos/github/simonsobs/socs/badge.svg
:target: https://coveralls.io/github/simonsobs/socs

.. |docker| image:: https://img.shields.io/badge/dockerhub-latest-blue
:target: https://hub.docker.com/r/simonsobs/socs
Expand Down

0 comments on commit cb5b003

Please sign in to comment.