pugjs / babel-plugin-transform-react-pug

A plugin for transpiling pug templates to jsx
MIT License
811 stars 47 forks source link

Update node version for Travis #138

Open michaelmior opened 3 years ago

michaelmior commented 3 years ago

The current version specified is quite old and is causing tests to fail.

codecov-commenter commented 3 years ago

Codecov Report

Merging #138 (31ae36b) into master (0cb224b) will decrease coverage by 0.51%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #138      +/-   ##
==========================================
- Coverage   87.14%   86.63%   -0.52%     
==========================================
  Files          21       21              
  Lines         459      561     +102     
  Branches      112      148      +36     
==========================================
+ Hits          400      486      +86     
- Misses         53       69      +16     
  Partials        6        6              
Impacted Files Coverage Δ
src/visitors/Code.js 54.34% <0.00%> (-8.16%) :arrow_down:
src/visitors/Conditional.js 96.00% <0.00%> (-4.00%) :arrow_down:
src/utils/parse.js 88.88% <0.00%> (-2.42%) :arrow_down:
src/visitors/Case.js 76.00% <0.00%> (-1.28%) :arrow_down:
src/visitors/Tag.js 87.50% <0.00%> (-1.03%) :arrow_down:
src/utils/parse-expression.js 76.00% <0.00%> (-0.20%) :arrow_down:
src/index.js 100.00% <0.00%> (ø)
src/parse-pug.js 100.00% <0.00%> (ø)
src/utils/jsx.js 100.00% <0.00%> (ø)
src/utils/interpolation.js 100.00% <0.00%> (ø)
... and 11 more

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 0cb224b...31ae36b. Read the comment docs.