Skip to content

Commit a5d8a95

Browse files
authored
chore: expose codecov token (#1473)
1 parent 13cdbff commit a5d8a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
pytest --cov=zarr --cov-config=pyproject.toml --doctest-plus --cov-report xml --cov=./ --timeout=300
8181
- uses: codecov/codecov-action@v3
8282
with:
83-
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
83+
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
8484
#files: ./coverage1.xml,./coverage2.xml # optional
8585
#flags: unittests # optional
8686
#name: codecov-umbrella # optional

0 commit comments

Comments
 (0)