File tree Expand file tree Collapse file tree 4 files changed +2
-18
lines changed
Expand file tree Collapse file tree 4 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- |Build Status | |codecov | | PyPI |
1+ |Build Status | |PyPI |
22
33vws-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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -288,7 +288,6 @@ ignore = [
288288 " Makefile" ,
289289 " ci" ,
290290 " ci/**" ,
291- " codecov.yaml" ,
292291 " doc8.ini" ,
293292 " docs" ,
294293 " docs/**" ,
You can’t perform that action at this time.
0 commit comments