mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 06:19:31 +00:00
3 lines
74 B
Bash
Executable File
3 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
go test -cover -coverpkg=./... -covermode=atomic -v ./pkg/...
|