diff options
| author | Niall Sheridan <nsheridan@gmail.com> | 2018-06-20 22:39:07 +0100 |
|---|---|---|
| committer | Niall Sheridan <nsheridan@gmail.com> | 2018-06-20 22:39:07 +0100 |
| commit | de6d2c524430287c699aaa898c1325da6afea539 (patch) | |
| tree | f78eb841208d667668a7bc92a9290d693cc7103b /vendor/github.com/go-ini/ini/Makefile | |
| parent | eb99016e1629e690e55633de6fc63a14c53e7ea2 (diff) | |
Update dependencies
Diffstat (limited to 'vendor/github.com/go-ini/ini/Makefile')
| -rw-r--r-- | vendor/github.com/go-ini/ini/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vendor/github.com/go-ini/ini/Makefile b/vendor/github.com/go-ini/ini/Makefile index ac034e5..af27ff0 100644 --- a/vendor/github.com/go-ini/ini/Makefile +++ b/vendor/github.com/go-ini/ini/Makefile @@ -1,4 +1,4 @@ -.PHONY: build test bench vet +.PHONY: build test bench vet coverage build: vet bench @@ -10,3 +10,6 @@ bench: vet: go vet + +coverage: + go test -coverprofile=c.out && go tool cover -html=c.out && rm c.out |
