From e1311c4e37a6005acb1c819b82ec8e6cbe404f61 Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Wed, 8 Jan 2025 06:26:40 -0600 Subject: [PATCH] Updated action to correct code-climate complaint --- .github/workflows/ci.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6586aa72..352af3fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,5 +47,4 @@ jobs: env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: - config: .codeclimate.yml coverageCommand: ./node_modules/.bin/jest --coverage diff --git a/package.json b/package.json index a1bf1b2f..126f9add 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lint": "eslint ./**/*.js", "test": "jest --testPathIgnorePatterns=spec_tests", "testSpecs": "jest --silent --noStackTrace spec_tests/jsonTests.spec.js", - "coverage": "jest --coverage --testPathIgnorePatterns=spec_tests/*", + "coverage": "jest --coverage", "prepare": "husky install" }, "contributors": [