We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0eb21 commit 6f6a47bCopy full SHA for 6f6a47b
.github/workflows/python.yml
@@ -54,7 +54,7 @@ jobs:
54
- run: python -m pip install -e .
55
- run: python -m coverage run --append --branch --source . -m pip install --no-build-isolation --no-binary ebrains-drive ebrains-drive==0.6.0
56
- run: python -m coverage report --show-missing
57
- - run: codecov
+ - run: python -m codecov --token ${{ secrets.CODECOV_TOKEN }}
58
publish:
59
if: startsWith(github.ref, 'refs/tags/v')
60
needs: build
0 commit comments