MCPcopy Index your code
hub / github.com/google/go-github / TestSearchService_Commits_coverage

Function TestSearchService_Commits_coverage

github/search_test.go:245–256  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

243}
244
245func TestSearchService_Commits_coverage(t *testing.T) {
246 t.Parallel()
247 client, _, _ := setup(t)
248
249 ctx := t.Context()
250
251 const methodName = "Commits"
252 testBadOptions(t, methodName, func() (err error) {
253 _, _, err = client.Search.Commits(ctx, "\n", nil)
254 return err
255 })
256}
257
258func TestSearchService_Issues(t *testing.T) {
259 t.Parallel()

Callers

nothing calls this directly

Calls 3

testBadOptionsFunction · 0.85
CommitsMethod · 0.80
setupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…