Skip to content

Fix build failure for TestMain in black box test #11

Fix build failure for TestMain in black box test

Fix build failure for TestMain in black box test #11

Triggered via push February 20, 2024 23:17
Status Success
Total duration 28s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: instrumenter.go#L519
condition "expr.(type) == *ast.CompositeLit" was 122 times false but never true
build: instrumenter.go#L521
condition "expr.(type) == *ast.SelectorExpr" was 116 times false but never true
build: instrumenter.go#L522
condition "expr.(type) == *ast.IndexExpr" was 116 times false but never true
build: instrumenter.go#L525
condition "expr.(type) == *ast.CallExpr" was 58 times false but never true
build: instrumenter.go#L535
condition "expr.(type) == *ast.BinaryExpr" was 30 times true but never false
build: instrumenter.go#L807
condition "x.Interface().(type) == *ast.Scope" was 630 times false but never true
build: instrumenter.go#L104
condition "shouldBuild(filename)" was 17 times true but never false
build: instrumenter.go#L228
condition "node.Type().Kind() == reflect.Ptr" was 5153 times true but never false
build: instrumenter.go#L229
condition "typ.Kind() == reflect.Struct" was 5153 times true but never false
build: instrumenter.go#L485
condition "strings.HasSuffix(start.Filename, \".go\")" was 331 times true but never false
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.