diff options
author | Wolfy-J <[email protected]> | 2019-06-26 16:48:58 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-06-26 16:48:58 +0300 |
commit | e39fae803ee90384fb1fa1bf3104e583f02666fa (patch) | |
tree | a348268a181620b2ab0eb894678a7ec0f9b94684 /.travis.yml | |
parent | 6508bd2e670017382d5c761c53018f9f49c15ffc (diff) |
more tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fb1873e3..fdd4e716 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ script: - go test ./service/static -race -v -coverprofile=static.txt -covermode=atomic - go test ./service/limit -race -v -coverprofile=limit.txt -covermode=atomic - go test ./service/headers -race -v -coverprofile=headers.txt -covermode=atomic + - go test ./service/metrics -race -v -coverprofile=metrics.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash) -f lib.txt @@ -36,6 +37,7 @@ after_success: - bash <(curl -s https://codecov.io/bash) -f static.txt - bash <(curl -s https://codecov.io/bash) -f limit.txt - bash <(curl -s https://codecov.io/bash) -f headers.txt + - bash <(curl -s https://codecov.io/bash) -f metrics.txt jobs: include: |