Skip to content

Commit 3d437a9

Browse files
thomasdhcclaude
andauthored
fix: coverage for external members (#2197)
fix: coverage should run for external members Signed-off-by: Dong Hyuk Chang <9426164+thomasdhc@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 79218ca commit 3d437a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cicd-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ jobs:
611611
(
612612
(needs.pre-flight.outputs.is_ci_workload == 'true' && !failure())
613613
|| success()
614+
|| (needs.pre-flight.outputs.is_member != 'true' && needs.Nemo_CICD_Test.result == 'success')
614615
)
615616
&& !cancelled()
616617
&& vars.ENABLE_CODECOV == 'true'

0 commit comments

Comments
 (0)