Commit Graph

6 Commits

Author SHA1 Message Date
Abhishek Chanda
60469c0ef9 Add a script to handle coverage
go test cannot gather coverage numbers for multiple packages
https://github.com/golang/go/issues/6909
This script wraps go test to generate report for each package
and then combine them in one file
2015-04-28 19:02:46 -07:00
Emil Hessman
f159e807ac Makefile: don't vet Godeps
Only vet the actual vault packages; skip the Godeps directory.
2015-04-28 22:18:55 +02:00
Emil Hessman
cd1b6765aa Makefile: run cover with godep 2015-04-28 21:05:11 +02:00
Mitchell Hashimoto
8e529b8ace Use Godeps 2015-04-27 16:22:26 -07:00
Mitchell Hashimoto
3456d9276c logical/aws 2015-03-20 19:03:20 +01:00
Mitchell Hashimoto
a5c076851b scripts 2015-03-03 23:14:18 -08:00