From 6df8e5842986feefbbe456f7d34ededc04673ea5 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 eb25b89b9..4d6c3f831 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