MCPcopy Create free account
hub / github.com/github/gh-aw / TestComputeRunMetricsDiff_BothNil

Function TestComputeRunMetricsDiff_BothNil

pkg/cli/audit_diff_test.go:567–570  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

565}
566
567func TestComputeRunMetricsDiff_BothNil(t *testing.T) {
568 diff := computeRunMetricsDiff(nil, nil)
569 assert.Nil(t, diff, "Should return nil when both summaries are nil")
570}
571
572func TestComputeRunMetricsDiff_AllZero(t *testing.T) {
573 summary1 := &RunSummary{Run: WorkflowRun{}}

Callers

nothing calls this directly

Calls 1

computeRunMetricsDiffFunction · 0.85

Tested by

no test coverage detected