Skip to content

Commit

Permalink
chore: ignore vx-demo, vx-vx code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Aug 19, 2020
1 parent b91ccf4 commit 9a2e450
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,19 @@
"coverageReporters": [
"json"
],
"collectCoverageFrom": [
"packages/src/**/*{.ts,tsx}",
"!node_modules/**",
"!packages/**/esm/**",
"!packages/**/lib/**",
"!packages/**/node_modules/**",
"!packages/vx-demo/**",
"!packages/vx-vx/**"
],
"testPathIgnorePatterns" : [
"<rootDir>/packages/vx-demo",
"<rootDir>/packages/vx-vx"
],
"coverageThreshold": {
"global": {
"branches": 0,
Expand Down

0 comments on commit 9a2e450

Please sign in to comment.