File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 25
25
python -m pip install tox
26
26
python -m tox -e${{ matrix.tox }}
27
27
- name : Upload coverage
28
- uses : codecov/codecov-action@v3
28
+ uses : codecov/codecov-action@v4
29
+ with :
30
+ token : ${{ secrets.codecov_token }}
29
31
build :
30
32
name : Build package
31
33
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ BEMServer API
18
18
:target: https://results.pre-commit.ci/latest/github/bemserver/bemserver-api/main
19
19
:alt: pre-commit.ci status
20
20
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
22
22
:target: https://codecov.io/gh/bemserver/bemserver-api
23
23
:alt: Code coverage
24
24
You can’t perform that action at this time.
0 commit comments