Skip to content

Commit c0d995a

Browse files
committed
Remove Codecov - it is flaky and doesn't provide much value
1 parent 4f93a6e commit c0d995a

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,10 @@ jobs:
4141

4242
- name: Run tests
4343
run: |
44-
uv run --extra=dev pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml
44+
uv run --extra=dev pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests .
4545
env:
4646
UV_PYTHON: ${{ matrix.python-version }}
4747

48-
- name: Upload coverage to Codecov
49-
uses: codecov/codecov-action@v5
50-
with:
51-
fail_ci_if_error: true
52-
token: ${{ secrets.CODECOV_TOKEN }}
53-
5448
- uses: pre-commit-ci/[email protected]
5549
if: always()
5650

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|Build Status| |codecov| |PyPI|
1+
|Build Status| |PyPI|
22

33
VWS-Web-Tools
44
=============
@@ -33,8 +33,6 @@ See the `full documentation <https://vws-python.github.io/vws-web-tools/>`__ for
3333

3434
.. |Build Status| image:: https://github.com/VWS-Python/vws-web-tools/actions/workflows/ci.yml/badge.svg?branch=main
3535
:target: https://github.com/VWS-Python/vws-web-tools/actions
36-
.. |codecov| image:: https://codecov.io/gh/VWS-Python/vws-web-tools/branch/main/graph/badge.svg
37-
:target: https://codecov.io/gh/VWS-Python/vws-web-tools
3836
.. |PyPI| image:: https://badge.fury.io/py/VWS-Web-Tools.svg
3937
:target: https://badge.fury.io/py/VWS-Web-Tools
4038
.. |minimum-python-version| replace:: 3.12

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ ignore = [
261261
"Makefile",
262262
"ci",
263263
"ci/**",
264-
"codecov.yaml",
265-
"doc8.ini",
266264
"docs",
267265
"docs/**",
268266
".git_archival.txt",

0 commit comments

Comments
 (0)