8000
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 13cdbff commit a5d8a95Copy full SHA for a5d8a95
.github/workflows/python-package.yml
@@ -80,7 +80,7 @@ jobs:
80
pytest --cov=zarr --cov-config=pyproject.toml --doctest-plus --cov-report xml --cov=./ --timeout=300
81
- uses: codecov/codecov-action@v3
82
with:
83
- #token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
+ token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
84
#files: ./coverage1.xml,./coverage2.xml # optional
85
#flags: unittests # optional
86
#name: codecov-umbrella # optional
0 commit comments