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 734e176 commit 3e31c94Copy full SHA for 3e31c94
.github/workflows/PR-test.yml
@@ -91,6 +91,7 @@ jobs:
91
with:
92
github-token: ${{ secrets.GITHUB_TOKEN }}
93
file: coverage.lcov
94
+ coverage-reporter-version: v0.6.15 # Pin to working version (v0.6.16+ has 500 error bug)
95
96
# Execute example/tutorial notebooks to ensure they run end-to-end
97
- name: Execute notebooks
0 commit comments