maddy/tests/build_cover.sh
2025-09-05 16:54:41 +02:00

6 lines
248 B
Bash
Executable File

#!/bin/sh
if [ -z "$GO" ]; then
GO=go
fi
exec $GO test -tags 'cover_main debugflags' -coverpkg 'github.com/foxcpp/maddy,github.com/foxcpp/maddy/pkg/...,github.com/foxcpp/maddy/internal/...' -cover -covermode atomic -c cover_test.go -o maddy.cover