mirror of
https://github.com/json-iterator/go.git
synced 2025-02-07 19:30:06 +02:00
test and cover multiple packages
This commit is contained in:
parent
2dfdcdd9db
commit
f60a6a17c2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
.idea
|
||||
/coverage.txt
|
||||
/profile.out
|
||||
|
@ -8,7 +8,7 @@ before_install:
|
||||
- go get -t -v ./...
|
||||
|
||||
script:
|
||||
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||
- ./test.sh
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
Loading…
x
Reference in New Issue
Block a user