From b16bc139229e0cc8012178de74e25adb9ecd7829 Mon Sep 17 00:00:00 2001 From: Arun Bose Date: Wed, 30 Mar 2022 20:12:51 +0530 Subject: [PATCH] we dont have coverage reports --- .github/workflows/npm-publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index eee8ab3..1f5ade7 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,9 +18,6 @@ jobs: - name: building package run: | npm run build - - name: Tests with coverage - run: | - npm run cover - name: Publishing package to npm repository run: | npm publish --access public