Skip to content

Commit 2f78420

Browse files
committed
fix codecov
1 parent 74a8a9f commit 2f78420

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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]

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
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>

0 commit comments

Comments
 (0)