From 87b47819c30623d97e8c186b62fdd6cea2792226 Mon Sep 17 00:00:00 2001 From: Ayobami Akingbade Date: Wed, 3 Apr 2024 02:04:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore(workflows):=20clean=20up?= =?UTF-8?q?=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/verify.yml | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 08f685cec..7f300eeed 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -20,7 +20,3 @@ jobs: uses: supercharge/redis-github-action@1.4.0 - name: Run Verification run: npm run verify - - name: Publish code coverage to CodeClimate - uses: paambaati/codeclimate-action@v3.0.0 - env: - CC_TEST_REPORTER_ID: 85118bc6c82c6fd71e336c244a09aa065969958afa6d07ec3f22e0abec6e88ac diff --git a/package.json b/package.json index 384fad01e..6553a5364 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "typecheck": "tsc", "lint": "eslint --ext ts,tsx .", "lint:fix": "eslint --fix", - "verify": "node ./scripts/ci && npm run typecheck && npm run lint && npm run test:cov", + "verify": "node ./scripts/ci && npm run typecheck && npm run lint", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "prepare": "husky install"