File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed
Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- |Build Status | |codecov | | PyPI |
1+ |Build Status | |PyPI |
22
33VWS-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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments