Skip to content

Commit

Permalink
Revert "Replace coveralls with codecov (#781)"
Browse files Browse the repository at this point in the history
This reverts commit 0a2dad4.
  • Loading branch information
BrianJKoopman committed Nov 4, 2024
1 parent a38c3c6 commit 596dcb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
20 changes: 0 additions & 20 deletions .github/codecov.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,15 @@ 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
coveralls --service=github
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
Expand Down
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 596dcb9

Please sign in to comment.