Skip to content

Commit 3e31c94

Browse files
committed
Pin coverage reporter version in CI workflow
Set coverage-reporter-version to v0.6.15 in PR-test.yml to avoid a known 500 error bug in later versions.
1 parent 734e176 commit 3e31c94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/PR-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
with:
9292
github-token: ${{ secrets.GITHUB_TOKEN }}
9393
file: coverage.lcov
94+
coverage-reporter-version: v0.6.15 # Pin to working version (v0.6.16+ has 500 error bug)
9495

9596
# Execute example/tutorial notebooks to ensure they run end-to-end
9697
- name: Execute notebooks

0 commit comments

Comments
 (0)