Skip to content

Commit e897a4b

Browse files
Merge pull request #2686 from VWS-Python/rm-codecov
Remove Codecov - it is flaky and doesn't provide much value
2 parents 1c620b6 + d21db3b commit e897a4b

File tree

4 files changed

+2
-18
lines changed

4 files changed

+2
-18
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,7 @@ jobs:
3535
run: |
3636
# We run tests against "." and not the tests directory as we test the README
3737
# and documentation.
38-
uv run --extra=dev --python=${{ matrix.python-version }} pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests/ . --cov-report=xml
39-
40-
- name: Upload coverage to Codecov
41-
uses: codecov/codecov-action@v5
42-
with:
43-
fail_ci_if_error: true
44-
token: ${{ secrets.CODECOV_TOKEN }}
38+
uv run --extra=dev --python=${{ matrix.python-version }} pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests/ .
4539
4640
completion-ci:
4741
needs: build

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-python
44
==========
@@ -71,8 +71,6 @@ See the `full documentation <https://vws-python.github.io/vws-python/>`__.
7171

7272
.. |Build Status| image:: https://github.com/VWS-Python/vws-python/actions/workflows/ci.yml/badge.svg?branch=main
7373
:target: https://github.com/VWS-Python/vws-python/actions
74-
.. |codecov| image:: https://codecov.io/gh/VWS-Python/vws-python/branch/main/graph/badge.svg
75-
:target: https://codecov.io/gh/VWS-Python/vws-python
7674
.. |PyPI| image:: https://badge.fury.io/py/VWS-Python.svg
7775
:target: https://badge.fury.io/py/VWS-Python
7876
.. |minimum-python-version| replace:: 3.13

codecov.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ ignore = [
288288
"Makefile",
289289
"ci",
290290
"ci/**",
291-
"codecov.yaml",
292291
"doc8.ini",
293292
"docs",
294293
"docs/**",

0 commit comments

Comments
 (0)