Skip to content

Commit

Permalink
metrics: add telemetry update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed Jun 7, 2017
1 parent 2f60237 commit 755d319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ install:

script:
- touch ./coverage.tmp
- echo 'mode: atomic' > coverage.txt
- |
echo 'mode: atomic' > coverage.txt
- |
go list ./... | grep -v /cmd | grep -v /vendor | xargs -n1 -I{} sh -c 'go test -race -covermode=atomic -coverprofile=coverage.tmp -coverpkg $(go list ./... | grep -v /vendor | tr "\n" ",") {} && tail -n +2 coverage.tmp >> coverage.txt' && rm coverage.tmp
- touch ./coverage.tmp
Expand Down

0 comments on commit 755d319

Please sign in to comment.