mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-10-30 09:33:25 -04:00 
			
		
		
		
	.travis.yml: Calculate Go test coverage across all internal/ packages
This commit is contained in:
		| @@ -59,7 +59,7 @@ script: | ||||
|   - touch $GOPATH/src/github.com/aclindsa/moneygo/internal/handlers/cusip_list.csv | ||||
|   # Build and test MoneyGo | ||||
|   - go generate -v github.com/aclindsa/moneygo/internal/handlers | ||||
|   - go test -v -covermode=count -coverprofile=coverage.out github.com/aclindsa/moneygo/internal/handlers | ||||
|   - go test -v -covermode=count -coverpkg github.com/aclindsa/moneygo/internal/config,github.com/aclindsa/moneygo/internal/handlers,github.com/aclindsa/moneygo/internal/models,github.com/aclindsa/moneygo/internal/store,github.com/aclindsa/moneygo/internal/store/db -coverprofile=coverage.out github.com/aclindsa/moneygo/internal/handlers | ||||
|  | ||||
| # Report the test coverage | ||||
| after_script: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user