Skip to content

Commit

Permalink
Drop codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Oct 3, 2023
1 parent 33bbbdf commit b57bbbb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ jobs:
- name: Test
run: python -mcoverage run --branch -m unittest testleapseconddata.py && python -mcoverage report --fail-under=100 && python -mcoverage xml

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
with:
env_vars: PYTHON
fail_ci_if_error: true

pre-commit:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ SPDX-FileCopyrightText: 2021 Jeff Epler
SPDX-License-Identifier: GPL-3.0-only
-->
[![Test leapseconddata](https://github.com/jepler/leapseconddata/actions/workflows/test.yml/badge.svg)](https://github.com/jepler/leapseconddata/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/jepler/leapseconddata/branch/main/graph/badge.svg?token=Exx0c3Gp65)](https://codecov.io/gh/jepler/leapseconddata)
[![PyPI](https://img.shields.io/pypi/v/leapseconddata)](https://pypi.org/project/leapseconddata)
[![Documentation Status](https://readthedocs.org/projects/leapseconddata/badge/?version=latest)](https://leapseconddata.readthedocs.io/en/latest/?badge=latest)

Expand Down
4 changes: 0 additions & 4 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ leapseconddata
:target: https://github.com/jepler/leapseconddata/actions/workflows/test.yml
:alt: Test leapseconddata

.. image:: https://codecov.io/gh/jepler/leapseconddata/branch/main/graph/badge.svg?token=Exx0c3Gp65
:target: https://codecov.io/gh/jepler/leapseconddata
:alt: codecov

.. image:: https://img.shields.io/pypi/v/leapseconddata
:target: https://pypi.org/project/leapseconddata
:alt: PyPI
Expand Down

0 comments on commit b57bbbb

Please sign in to comment.