mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
b0188f5a13
* Move coverage writer into agent and server * Add coverage report to E2E PR tests * Add codecov upload to drone Signed-off-by: Derek Nola <derek.nola@suse.com>
8 lines
104 B
Go
8 lines
104 B
Go
//go:build !linux || !cover
|
|
|
|
package cmds
|
|
|
|
import "context"
|
|
|
|
func WriteCoverage(ctx context.Context) {}
|