4 changed files with 7 additions and 8 deletions
@ -1,5 +1,5 @@
|
||||
#!/bin/sh |
||||
cd project |
||||
go test -coverprofile coverage.out |
||||
go tool cover -html=coverage.out |
||||
PIGEON_PATH="./testdata" go test -coverprofile coverage.out |
||||
PIGEON_PATH="./testdata" go tool cover -html=coverage.out |
||||
cd - |
||||
|
Loading…
Reference in new issue