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.
This commit is contained in:
parent
72ca12c098
commit
a777bf05c7
|
@ -139,7 +139,8 @@
|
|||
"coverageReporters": [
|
||||
"json",
|
||||
"json-summary",
|
||||
"text"
|
||||
"text",
|
||||
"clover"
|
||||
],
|
||||
"coveragePathIgnorePatterns": [
|
||||
"out"
|
||||
|
|
Loading…
Reference in New Issue