k3s/pkg/server/no_cover.go

8 lines
96 B
Go

//go:build !cover
package server
import "context"
func writeCoverage(ctx context.Context) {}