summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 48f4cb4f..80f9496d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,9 @@ install:
script:
- go test -race -v -coverprofile=lib.txt -covermode=atomic
- go test ./rpc -race -v -coverprofile=rpc.txt -covermode=atomic
+ - go test ./service -race -v -coverprofile=service.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash) -f lib.txt
- - bash <(curl -s https://codecov.io/bash) -f rpc.txt \ No newline at end of file
+ - 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