From 683d7f094bd90febb58d2051fd9697dda4b55d8f Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 5 Dec 2018 16:09:01 -0800 Subject: [PATCH] chore: always nyc report before calling codecov --- .kokoro/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.kokoro/test.sh b/.kokoro/test.sh index eb25b89b..4d6c3f83 100755 --- a/.kokoro/test.sh +++ b/.kokoro/test.sh @@ -22,5 +22,6 @@ cd $(dirname $0)/.. npm install npm test +./node_modules/nyc/bin/nyc.js report bash $KOKORO_GFILE_DIR/codecov.sh