k3s/scripts/test-unit
Brad Davidson 6b3285b7e3 Fix coverage reporting to include all packages, not just those with tests
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-07-01 19:21:28 -07:00

3 lines
74 B
Bash
Executable File

#!/bin/bash
go test -cover -coverpkg=./... -covermode=atomic -v ./pkg/...