Skip to content

Commit

Permalink
ignore formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Nov 29, 2023
1 parent d6a1a27 commit 68a855a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ignore:
- "**/formatters.ts" # ignore folders and all its contents
coverage:
status:
project:
Expand All @@ -17,6 +19,7 @@ component_management:
- type: patch
target: 80%


individual_components:
- component_id: "web3"
paths:
Expand Down Expand Up @@ -75,4 +78,4 @@ comment:
behavior: 'default'
require_changes: false
require_base: no
require_head: no
require_head: no
2 changes: 2 additions & 0 deletions packages/web3-core/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "**/formatters.ts"
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",
"test:coverage:unit": "jest --config=./test/unit/jest.config.js --coverage=true --coverage-reporters=text --codecov-yml-path=./codecov.yml",
"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 68a855a

Please sign in to comment.