Skip to content

Commit 6f6a47b

Browse files
committed
build(actions): fix codecov uploads
1 parent 8a0eb21 commit 6f6a47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- run: python -m pip install -e .
5555
- run: python -m coverage run --append --branch --source . -m pip install --no-build-isolation --no-binary ebrains-drive ebrains-drive==0.6.0
5656
- run: python -m coverage report --show-missing
57-
- run: codecov
57+
- run: python -m codecov --token ${{ secrets.CODECOV_TOKEN }}
5858
publish:
5959
if: startsWith(github.ref, 'refs/tags/v')
6060
needs: build

0 commit comments

Comments
 (0)