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