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": [