parent
70252ffacf
commit
4395c2ae1a
2 changed files with 5 additions and 1 deletions
|
@ -20,4 +20,7 @@ install:
|
|||
- docker-compose up -d
|
||||
|
||||
script:
|
||||
- go test -v github.com/paypal/gorealis
|
||||
- go test -race -coverprofile=coverage.txt -covermode=atomic -v github.com/paypal/gorealis
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# gorealis [](https://godoc.org/github.com/paypal/gorealis) [](https://travis-ci.org/paypal/gorealis)
|
||||
[](https://codecov.io/gh/paypal/gorealis)
|
||||
|
||||
Go library for interacting with [Apache Aurora](https://github.com/apache/aurora).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue