Skip to content

Commit 6f8556e

Browse files
committed
Drop all references to codecov
Upstream yanked all existing releases from PyPI as a way to signal deprecation of their library, breaking all pipelines that rely on them. This isn't the first time they've broken all pipelines as a result on having no idea of how CI downstream systems work, so let's just stay away from them.
1 parent 95c6e74 commit 6f8556e

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python }}
2727
- name: Install test dependency
28-
run: pip install tox codecov
28+
run: pip install tox
2929
- name: Run tests
3030
run: tox
3131
env:
3232
TOXENV: ${{ matrix.variant }}
33-
- name: Report coverage
34-
run: codecov
35-
env:
36-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ python-barcode
55
:target: https://github.com/WhyNotHugo/python-barcode/actions
66
:alt: CI status
77

8-
.. image:: https://codecov.io/gh/WhyNotHugo/python-barcode/branch/main/graph/badge.svg
9-
:target: https://codecov.io/gh/WhyNotHugo/python-barcode
10-
:alt: Build coverage
11-
128
.. image:: https://readthedocs.org/projects/python-barcode/badge/
139
:target: https://python-barcode.rtfd.org/
1410
:alt: documentation

0 commit comments

Comments
 (0)