diff options
author | Wolfy-J <[email protected]> | 2018-06-11 13:30:43 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 13:30:43 +0300 |
commit | 78fb74cfa5c0156f70c095a4f2cfee9851a9dc0f (patch) | |
tree | 8eabf246130607784f2ee6058e18c498f8bf8d1b /.travis.yml | |
parent | 72f81fe1d46ab43e24e9a5c23c5ca54bfe6d701d (diff) |
no more updated
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9b69196f..93b32d1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,12 @@ script: - go test -race -v -coverprofile=lib.txt -covermode=atomic - go test ./service -race -v -coverprofile=service.txt -covermode=atomic - go test ./service/rpc -race -v -coverprofile=rpc.txt -covermode=atomic + - go test ./service/http -race -v -coverprofile=http.txt -covermode=atomic + - go test ./service/static -race -v -coverprofile=static.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash) -f lib.txt + - bash <(curl -s https://codecov.io/bash) -f service.txt - bash <(curl -s https://codecov.io/bash) -f rpc.txt - - bash <(curl -s https://codecov.io/bash) -f service.txt
\ No newline at end of file + - bash <(curl -s https://codecov.io/bash) -f http.txt + - bash <(curl -s https://codecov.io/bash) -f static.txt
\ No newline at end of file |