mirror of
https://git.mills.io/prologic/zs
synced 2025-04-09 12:02:03 +00:00
added codecov script
This commit is contained in:
parent
e21b87dfb6
commit
f8339b4f23
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.2
|
- 1.2
|
||||||
- 1.3
|
- 1.3
|
||||||
|
@ -6,5 +7,10 @@ go:
|
||||||
- release
|
- release
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- pip install codecov
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
|
Loading…
Add table
Reference in a new issue