From 597e4b53de99a964860fd73781de888c9d5d7798 Mon Sep 17 00:00:00 2001 From: Przemyslaw Motacki Date: Tue, 4 Jul 2023 14:44:27 +0200 Subject: [PATCH] SNOW-830950: Configure nyc - code coverage library and corresponding steps in jenkins steps #43 --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2664fc1d0..d30242ad9 100644 --- a/README.md +++ b/README.md @@ -94,14 +94,9 @@ cd snowflake-connector-nodejs npm install . ``` -3. Run tests +3. Show code coverage report ``` -npm test -``` - -4. Show code coverage report -``` -npm test:coverage +npm run test:ci:coverage ``` Package