Skip to content

Commit 31f5fbb

Browse files
committed
adds codecov token
1 parent e2264b8 commit 31f5fbb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
coverage xml -o ../coverage.xml
8282
- name: Upload coverage to Codecov
8383
uses: codecov/codecov-action@a079530fc142d3d288ddf76321ca0b7fe5b18df5 # v4.4.1
84+
with:
85+
token: ${{ secrets.CODECOV_TOKEN }}
8486
all_tutorials_in_docs:
8587
runs-on: ubuntu-latest
8688
name: Check that all tutorial notebooks are included in docs

0 commit comments

Comments
 (0)