Skip to content

Commit a777bf0

Browse files
committed
feat: add clover to get test coverage in xml
Codecov requires .xml format. We can get this from Jest by adding "clover" to our coverageReporters.
1 parent 72ca12c commit a777bf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@
139139
"coverageReporters": [
140140
"json",
141141
"json-summary",
142-
"text"
142+
"text",
143+
"clover"
143144
],
144145
"coveragePathIgnorePatterns": [
145146
"out"

0 commit comments

Comments
 (0)