Skip to content

Commit

Permalink
cover
Browse files Browse the repository at this point in the history
  • Loading branch information
mparaiso committed Jul 20, 2016
1 parent 9eda87d commit 46b5a99
Show file tree
Hide file tree
Showing 2 changed files with 610 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go:
- 1.6

script:
- go test -coverprofile=coverage.txt -covermode=atomic ./...
- go test -coverprofile=coverage.txt -covermode=atomic ./core

after_success:
- bash <(curl -s https://codecov.io/bash)
Loading

0 comments on commit 46b5a99

Please sign in to comment.