From c227632efb52d9c2945f4b118f84d11c55dddc83 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 5 Dec 2018 17:53:29 -0800 Subject: [PATCH] chore: always nyc report before calling codecov (#275) --- .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