Skip to content

Commit

Permalink
GHA: update/fix codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Apr 18, 2024
1 parent 1de708e commit 96fc934
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
python -m pip install tox
python -m tox -e${{ matrix.tox }}
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.codecov_token }}
build:
name: Build package
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BEMServer API
:target: https://results.pre-commit.ci/latest/github/bemserver/bemserver-api/main
:alt: pre-commit.ci status

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

Expand Down

0 comments on commit 96fc934

Please sign in to comment.