mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 16:09:25 +00:00
* 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) {}
|