From 43587739a12a59bcce54fbd29fcc4f598334182a Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Tue, 19 Jul 2016 17:01:34 +0300 Subject: [PATCH] fix(ci): upload test coverage report to codecov (#756) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aee0989897..2e44797669 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ script: - npm test after_success: - - ./node_modules/.bin/codecov + - ./node_modules/.bin/codecov -f coverage/coverage-final.json addons: # sauce labs tunel connector (read more https://docs.travis-ci.com/user/sauce-connect/ )