summaryrefslogtreecommitdiff
path: root/.pik/coverage.sh
blob: 3be84c6f07b696394556b220b3a6b53739ce8485 (plain)
1
2
3
4
#!/usr/bin/env bash
# coverage report
go test -tags test -coverprofile=coverage.out ./...
go tool cover -html coverage.out -o web/coverage.html