rung goveral from app

This commit is contained in:
Umputun
2018-05-22 01:56:38 -05:00
parent 786d16db56
commit 0c42019ebd
+1
View File
@@ -12,5 +12,6 @@ script:
- docker build .
after_success:
- cd app
- go test -v -covermode=count -coverprofile=coverage.out
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN