Skip to content

Commit

Permalink
update per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Apr 18, 2019
1 parent 6eaf7eb commit e718349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
name: default
steps:
- checkout
- *restore_cache
- run: |
go get golang.org/x/tools/cmd/cover
go get github.com/mattn/goveralls
- *restore_cache
- run: go test ./... -v -covermode=count -coverprofile=coverage.out
- *save_cache
- run:
Expand Down

0 comments on commit e718349

Please sign in to comment.