Closed liuderchi closed 6 years ago
:exclamation: No coverage uploaded for pull request base (
master@4efaa44
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #12 +/- ##
========================================
Coverage ? 74.5%
========================================
Files ? 2
Lines ? 51
Branches ? 11
========================================
Hits ? 38
Misses ? 10
Partials ? 3
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 4efaa44...eb47f6a. Read the comment docs.
introduce codecov following https://github.com/codecov/example-node#jest
Steps to introduce codecov
jest
field config to tell jest generate coverage report after testyarn add -D codecov
and runjest && codecov -t :codecov-token
jest
config for correct coverage (_Example)