Skip to content

Commit

Permalink
Updated action to correct code-climate complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Jan 8, 2025
1 parent ff30baa commit e1311c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit e1311c4

Please sign in to comment.