Skip to content

Commit

Permalink
use global config
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Nov 29, 2023
1 parent 68a855a commit bf175b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ignore:
- "**/formatters.ts" # ignore folders and all its contents
- "/packages/web3-core/src/formatters.ts" # ignore folders and all its contents
coverage:
status:
project:
Expand Down
2 changes: 0 additions & 2 deletions packages/web3-core/codecov.yml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/web3-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint:fix": "eslint --fix --ext .js,.ts .",
"format": "prettier --write '**/*'",
"test": "jest --config=./test/unit/jest.config.js",
"test:coverage:unit": "jest --config=./test/unit/jest.config.js --coverage=true --coverage-reporters=text --codecov-yml-path=./codecov.yml",
"test:coverage:unit": "jest --config=./test/unit/jest.config.js --coverage=true --coverage-reporters=text",
"test:coverage:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests --coverage=true --coverage-reporters=text",
"test:ci": "jest --coverage=true --coverage-reporters=json --verbose",
"test:watch": "npm test -- --watch",
Expand Down

0 comments on commit bf175b1

Please sign in to comment.