Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Carmet 645d74adb7 Change reporter type for codecov 2022-01-19 15:23:41 -08:00
1 changed files with 1 additions and 1 deletions

View File

@ -73,6 +73,6 @@
"coverage": "yarn coverage_unit && yarn coverage_ft && yarn coverage_report",
"coverage_unit": "nyc --silent yarn test",
"coverage_ft": "nyc --silent --no-clean yarn ft_test",
"coverage_report": "nyc report --all --reporter=text-summary --reporter=lcov"
"coverage_report": "nyc report --all --reporter=text-summary --reporter=json"
}
}