Skip to content

Commit

Permalink
Merge pull request #240 from VisLab/revised-validator
Browse files Browse the repository at this point in the history
Updated action to correct code-climate complaint
  • Loading branch information
VisLab authored Jan 8, 2025
2 parents ff30baa + e1311c4 commit 9a682d8
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 9a682d8

Please sign in to comment.