Skip to content

Commit

Permalink
ci: add coverage ignore path
Browse files Browse the repository at this point in the history
Add index.tsx and types.ts to be ignored in coverage report, adding plugin-proposal-private-property-in-object according to the warning.
  • Loading branch information
martinkyselak committed Jan 4, 2024
1 parent e091abf commit 5f41937
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
26 changes: 23 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,18 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"autoprefixer": "^10.4.16",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"tailwindcss": "^3.4.0"
},
"jest": {
"coveragePathIgnorePatterns": [
"index.tsx",
"types.ts"
]
}
}

0 comments on commit 5f41937

Please sign in to comment.