maddy/tests/build_cover.sh
2020-02-18 17:38:15 +03:00

2 lines
215 B
Bash
Executable file

#!/bin/sh
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