Skip to content

Commit

Permalink
Add lcov coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
codyebberson committed Jan 18, 2023
1 parent ab810b7 commit 4c03066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"testMatch": ["**/src/**/*.test.ts", "**/src/**/*.test.tsx"],
"setupFilesAfterEnv": ["./src/test.setup.js"],
"coverageDirectory": "coverage",
"coverageReporters": ["json", "text"],
"coverageReporters": ["json", "text", "lcov"],
"collectCoverageFrom": ["**/src/**/*"]
}

0 comments on commit 4c03066

Please sign in to comment.