We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2264b8 commit 31f5fbbCopy full SHA for 31f5fbb
1 file changed
.github/workflows/ci.yml
@@ -81,6 +81,8 @@ jobs:
81
coverage xml -o ../coverage.xml
82
- name: Upload coverage to Codecov
83
uses: codecov/codecov-action@a079530fc142d3d288ddf76321ca0b7fe5b18df5 # v4.4.1
84
+ with:
85
+ token: ${{ secrets.CODECOV_TOKEN }}
86
all_tutorials_in_docs:
87
runs-on: ubuntu-latest
88
name: Check that all tutorial notebooks are included in docs
0 commit comments