Skip to content

Commit

Permalink
Try fix coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarotta committed Jun 17, 2024
1 parent 8cff569 commit 79bdfa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
6 changes: 4 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ module.exports = {
// [...]
// Replace `ts-jest` with the preset you want to use
// from the above list
preset: 'ts-jest',
}
preset: "ts-jest",
collectCoverageFrom: ["<rootDir>/packages/**/*.{tsx,ts}", "!**/*.{js,d.ts}"],
coverageReporters: ["lcov", "json-summary"],
};
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,5 @@
"typedoc": "^0.23.6",
"typedoc-plugin-markdown": "^3.13.3",
"typescript": "^4.8.4"
},
"jest": {
"collectCoverageFrom": [
"<rootDir>/packages/**/*.{tsx,ts}",
"!**/*.{js,d.ts}"
],
"coverageReporters": [
"lcov",
"json-summary"
]
}
}

0 comments on commit 79bdfa0

Please sign in to comment.