-
-
Notifications
You must be signed in to change notification settings - Fork 64
Guide: Code Coverage with "react scripts test"
MichaelDimmitt edited this page Jul 6, 2018
·
3 revisions
Setting code coverage up on a create react app:
Different options for implementing code coverage for Create React App or Jest
- Basically jest and create-react-app require
--coverage
flag to provide code coverage. -
codecov
is a package that hosts all coverage reports on a website for transparency.