Skip to content

Commit

Permalink
Enable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu committed May 2, 2019
1 parent 2cd7362 commit b002488
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .codeclimate.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
documents
coverage.txt
_book
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: go

go:
- 1.12.x
- tip

before_install:
- go get -t -v ./...

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

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

0 comments on commit b002488

Please sign in to comment.