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:
Joe Previte 2021-04-22 15:03:15 -07:00
parent 72ca12c098
commit a777bf05c7
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,8 @@
"coverageReporters": [
"json",
"json-summary",
"text"
"text",
"clover"
],
"coveragePathIgnorePatterns": [
"out"