Skip to content

Commit 929e720

Browse files
committed
ci: make code-coverage-report non-blocking during bootstrap
update-coverage-badge.yaml doesn't exist on main yet, so the baseline lookup fails with 404. continue-on-error lets the PR pass; self-heals after the first merge to main runs the badge workflow. Signed-off-by: SiorMeir <msior@nvidia.com>
1 parent eca3103 commit 929e720

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/on-pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
code-coverage-report:
8383
name: Code Coverage Report
8484
runs-on: ubuntu-latest
85+
continue-on-error: true
8586
needs: [ validate-and-test, check-build-and-test-required ]
8687
if: github.event_name != 'merge_group' && needs.check-build-and-test-required.outputs.code == 'true' && github.base_ref == 'main'
8788
steps:

0 commit comments

Comments
 (0)