mirror of
https://github.com/IBM/fp-go.git
synced 2026-06-11 20:42:54 +02:00
391754e5a6
Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
4 lines
134 B
Batchfile
4 lines
134 B
Batchfile
@echo off
|
|
go tool cover -html=build/cover.out -o build/cover.html
|
|
cov-report -ex ".*/cli/.*.go|.*/gen.go|.*/binds.go" build\cover.out
|