Files
Jeff McCune b78e862d09 maint: cleanup unused functions and code
ExtractYAML is no longer used, also cleans up connectrpc packages, error
handling, tracing, and memory profiling.
2025-04-03 15:33:42 -07:00

5 lines
122 B
Bash
Executable File

#! /bin/bash
set -xeuo pipefail
go test -coverpkg=./... -coverprofile=coverage.out ./...
go tool cover -func=coverage.out