From ab6c6c25779668a2b81cc6064ddc356432c72a2b Mon Sep 17 00:00:00 2001 From: OJ Kwon Date: Fri, 30 Dec 2016 11:12:48 -0800 Subject: [PATCH] Update travis to report code coverage --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e0f67ba0..526ba0696 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,11 @@ matrix: - danger - node_js: "6" - node_js: "7" - + script: - - npm test + - npm test -- --coverage - npm run flow - npm run lint + +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file