We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a8609 commit 0795e90Copy full SHA for 0795e90
jest.config.js
@@ -34,6 +34,7 @@ module.exports = {
34
// A list of reporter names that Jest uses when writing coverage reports
35
coverageReporters: [
36
"text",
37
+ "lcov",
38
],
39
40
// An object that configures minimum threshold enforcement for coverage results
0 commit comments