You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the dashboard in codecov.io it seems the report in the backend is only scoped to the files that are being tested, rather than the whole project (you are testing really well the files that you are testing=) well done!). You might be able to include in your Jest config a 'collectCoverageFrom'.
I also notice that both of your test scripts run in watch mode. This could be the problem when setting up Travis, as the test never cease to run and won't go to the next task.
We're so close 😵
how do we take it from unknown to our staggering 60% recorded on Codecov.io?
The text was updated successfully, but these errors were encountered: