Skip to content

Commit

Permalink
chore: disable codecov as it seems down rigth now
Browse files Browse the repository at this point in the history
  • Loading branch information
Juiced66 committed Sep 23, 2024
1 parent ef2def2 commit 999f1a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ runs:
- name: Run tests
run: |
npm run test:unit
cat ./coverage/lcov.info | ./node_modules/.bin/codecov
shell: bash
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"prepublishOnly": "npm run build",
"test": "npm run test:lint && npm run test:unit && npm run test:functional",
"test:unit": "nyc --reporter=text-summary --reporter=lcov mocha",
"test:unit": "nyc --reporter=text-summary mocha",
"test:functional": "cucumber-js --exit --fail-fast",
"test:lint": "npm run test:lint:js && npm run test:lint:ts",
"test:lint:js": "eslint --max-warnings=0 ./src ./test ./features",
Expand Down

0 comments on commit 999f1a1

Please sign in to comment.