File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ jobs:
5252
5353 - name : Upload Results
5454 if : ${{ matrix.python-version == env.LATEST_PY_VERSION }}
55- uses : codecov/codecov-action@v4
55+ uses : codecov/codecov-action@v5
5656 with :
57- file : ./coverage.xml
57+ files : ./coverage.xml
5858 flags : unittests
59- name : ${{ matrix.python-version }}
6059 fail_ci_if_error : false
60+ token : ${{ secrets.CODECOV_TOKEN }}
6161
6262 publish :
6363 needs : [tests]
Original file line number Diff line number Diff line change 99 <a href =" https://github.com/developmentseed/titiler-stacapi/actions?query=workflow%3ACI " target =" _blank " >
1010 <img src="https://github.com/developmentseed/titiler-stacapi/workflows/CI/badge.svg" alt="Test">
1111 </a >
12+ <a href =" https://pypi.org/project/titiler-stacapi " target =" _blank " >
13+ <img src="https://img.shields.io/pypi/v/titiler-stacapi?color=%2334D058&label=pypi%20package" alt="Package version">
14+ </a >
1215 <a href =" https://codecov.io/gh/developmentseed/titiler-stacapi " target =" _blank " >
1316 <img src="https://codecov.io/gh/developmentseed/titiler-stacapi/branch/main/graph/badge.svg" alt="Coverage">
1417 </a >
You can’t perform that action at this time.
0 commit comments