Skip to content

Commit 96fc934

Browse files
committed
GHA: update/fix codecov config
1 parent 1de708e commit 96fc934

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
python -m pip install tox
2626
python -m tox -e${{ matrix.tox }}
2727
- name: Upload coverage
28-
uses: codecov/codecov-action@v3
28+
uses: codecov/codecov-action@v4
29+
with:
30+
token: ${{ secrets.codecov_token }}
2931
build:
3032
name: Build package
3133
runs-on: ubuntu-latest

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BEMServer API
1818
:target: https://results.pre-commit.ci/latest/github/bemserver/bemserver-api/main
1919
:alt: pre-commit.ci status
2020

21-
.. image:: https://codecov.io/gh/BEMServer/bemserver-api/branch/main/graph/badge.svg?token=4LRLMRA2S2
21+
.. image:: https://codecov.io/gh/BEMServer/bemserver-api/branch/main/graph/badge.svg
2222
:target: https://codecov.io/gh/bemserver/bemserver-api
2323
:alt: Code coverage
2424

0 commit comments

Comments
 (0)