Skip to content

Commit 92bdc64

Browse files
committed
Add codecov CI config
Signed-off-by: Eric Zhao <[email protected]>
1 parent 3c07fcd commit 92bdc64

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.codecov.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- "example/.*"

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ go:
99
- 1.14.x
1010
env:
1111
- GO111MODULE=on
12+
1213
script:
13-
- go test -v -race ./...
14+
- go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic
15+
16+
after_success:
17+
- bash <(curl -s https://codecov.io/bash)

coverage.sh

-5
This file was deleted.

0 commit comments

Comments
 (0)