diff options
author | Wolfy-J <[email protected]> | 2019-12-23 15:49:22 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-12-23 15:49:22 +0300 |
commit | b0c299387222c9a32b92a11abb30c85e5c7f4741 (patch) | |
tree | ce930d93d3f887da0a74c7bf0ce2b2c5173d1ca3 /.travis.yml | |
parent | 15be7ab0f6deb6fc3c3a9b40462be7169a8c93e8 (diff) |
- combine codecov push
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml index 6e04e50e..f3955eb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,19 +29,19 @@ script: - go test ./service/health -race -v -coverprofile=health.txt -covermode=atomic after_success: - curl https://codecov.io/bash -o codecov-bash - chmod +x codecov-bash - ./codecov-bash -f lib.txt - ./codecov-bash -f util.txt - ./codecov-bash -f service.txt - ./codecov-bash -f env.txt - ./codecov-bash -f rpc.txt - ./codecov-bash -f http.txt - ./codecov-bash -f static.txt - ./codecov-bash -f limit.txt - ./codecov-bash -f headers.txt - ./codecov-bash -f metrics.txt - ./codecov-bash -f health.txt + - curl https://codecov.io/bash -o codecov-bash + - chmod +x codecov-bash + - ./codecov-bash -f lib.txt + - ./codecov-bash -f util.txt + - ./codecov-bash -f service.txt + - ./codecov-bash -f env.txt + - ./codecov-bash -f rpc.txt + - ./codecov-bash -f http.txt + - ./codecov-bash -f static.txt + - ./codecov-bash -f limit.txt + - ./codecov-bash -f headers.txt + - ./codecov-bash -f metrics.txt + - ./codecov-bash -f health.txt jobs: include: |