MCPcopy Index your code
hub / github.com/coder/coder / InCI

Function InCI

testutil/ci.go:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5)
6
7func InCI() bool {
8 _, ok := os.LookupEnv("CI")
9 return ok
10}

Callers 6

TestDERPFunction · 0.92
TestRenderChartFunction · 0.92
TestRenderChartFunction · 0.92
TestReapFunction · 0.92
TestForkReapExitCodesFunction · 0.92
TestReapInterruptFunction · 0.92

Calls

no outgoing calls

Tested by 6

TestDERPFunction · 0.74
TestRenderChartFunction · 0.74
TestRenderChartFunction · 0.74
TestReapFunction · 0.74
TestForkReapExitCodesFunction · 0.74
TestReapInterruptFunction · 0.74