Closed ezhlobo closed 5 years ago
Merging #78 into next will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## next #78 +/- ##
=======================================
Coverage 87.04% 87.04%
=======================================
Files 21 21
Lines 463 463
Branches 113 112 -1
=======================================
Hits 403 403
Misses 55 55
Partials 5 5
Impacted Files | Coverage Δ | |
---|---|---|
src/utils/parse.js | 91.3% <ø> (ø) |
:arrow_up: |
src/visitors/Code.js | 62.5% <ø> (ø) |
:arrow_up: |
src/visitors/Tag.js | 86.88% <100%> (ø) |
:arrow_up: |
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 783f0b2...e727d83. Read the comment docs.
We finally start supporting babel v7. As expected, it took more effort than just changing the number in package.json.
Among babel I updated other dependencies (apart from lint-staged, because in their changelog I saw they require Node >8.6, which I decided to fix within other PR).
Initial request: #30
Todo