File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -128,3 +128,12 @@ jobs:
128128 format : markdown
129129 output : both
130130 badge : true
131+
132+ - name : Upload coverage to Codecov
133+ if : matrix.python-version == '3.12'
134+ uses : codecov/codecov-action@v5
135+ with :
136+ files : coverage.xml
137+ fail_ci_if_error : false
138+ env :
139+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 11Python WebDAV Client 3
22=========
33[ ![ CI] ( https://github.com/ezhov-evgeny/webdav-client-python-3/actions/workflows/ci.yml/badge.svg )] ( https://github.com/ezhov-evgeny/webdav-client-python-3/actions/workflows/ci.yml )
4- [ ![ Coverage ] ( https://img.shields. io/badge/Coverage-report-informational?logo=githubactions )] ( https://github.com/ ezhov-evgeny/webdav-client-python-3/actions/workflows/ci.yml )
4+ [ ![ codecov ] ( https://codecov. io/gh/ezhov-evgeny/webdav-client-python-3/graph/badge.svg )] ( https://codecov.io/gh/ ezhov-evgeny/webdav-client-python-3 )
55[ ![ PyPI] ( https://img.shields.io/pypi/v/webdavclient3 )] ( https://pypi.org/project/webdavclient3/ ) ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/webdavclient3 )
66
77Package webdavclient3 based on https://github.com/designerror/webdav-client-python but uses ` requests ` instead of ` PyCURL ` .
You can’t perform that action at this time.
0 commit comments