Skip to content

Instantly share code, notes, and snippets.

@drd
Created June 3, 2015 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drd/cd591e52442a25bbb010 to your computer and use it in GitHub Desktop.
Save drd/cd591e52442a25bbb010 to your computer and use it in GitHub Desktop.
Coverage with babel/require
--------------------------------|-----------|-----------|-----------|-----------|
File | % Stmts |% Branches | % Funcs | % Lines |
--------------------------------|-----------|-----------|-----------|-----------|
src/ | 80.32 | 71.93 | 70.42 | 80.95 |
FormController.js | 76.92 | 65 | 72.22 | 72.22 |
PageComponentLoader.jsx | 33.33 | 100 | 0 | 33.33 |
Router.jsx | 89.47 | 70 | 86.67 | 89.47 |
Wish.jsx | 66.67 | 92.31 | 50 | 65.91 |
World.jsx | 91.84 | 64.29 | 92.31 | 97.83 |
config.js | 100 | 100 | 100 | 100 |
src/abc/ | 30.3 | 5.56 | 14.29 | 30.3 |
validators.jsx | 30.3 | 5.56 | 14.29 | 30.3 |
src/dealers/ | 50 | 46.88 | 22.73 | 41.94 |
Auth.jsx | 31.17 | 25 | 5.71 | 31.17 |
Signin.jsx | 89.19 | 60 | 88.89 | 93.75 |
src/elements/LoginSignup/ | 59.41 | 47.73 | 35.71 | 58.55 |
JanrainSignupComplete.jsx | 75 | 100 | 0 | 75 |
LoginPassword.jsx | 26.67 | 12.5 | 0 | 29.63 |
SignupFlow.jsx | 95.24 | 85.71 | 77.78 | 94.44 |
SignupStartPane.jsx | 65.63 | 50 | 50 | 62.07 |
src/pages/ | 39.34 | 25 | 25.64 | 49.65 |
OrgIntake.jsx | 45.54 | 37.5 | 45.45 | 53.85 |
ViewInfoPage.jsx | 29.58 | 0 | 0 | 42 |
src/tests/ | 89.29 | 83.33 | 77.78 | 86.36 |
Utilities.jsx | 89.29 | 83.33 | 77.78 | 86.36 |
--------------------------------|-----------|-----------|-----------|-----------|
All files | 58.1 | 46.19 | 42.49 | 59.61 |
--------------------------------|-----------|-----------|-----------|-----------|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment