pugjs / babel-plugin-transform-react-pug

A plugin for transpiling pug templates to jsx
MIT License
808 stars 46 forks source link

Refactoring: Remove generated files, clean the repo and speed up CI #63

Closed ezhlobo closed 6 years ago

ezhlobo commented 6 years ago

This basically removes generated files from git and improves some scripts/tests.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@be3067b). Click here to learn what that means. The diff coverage is 62.79%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #63   +/-   ##
=========================================
  Coverage          ?   82.24%           
=========================================
  Files             ?       20           
  Lines             ?      445           
  Branches          ?      103           
=========================================
  Hits              ?      366           
  Misses            ?       70           
  Partials          ?        9
Impacted Files Coverage Δ
src/utils/jsx.js 100% <ø> (ø)
src/visitors.js 83.33% <ø> (ø)
src/block-key.js 88.7% <ø> (ø)
src/index.js 100% <ø> (ø)
src/utils/add-loc-to-ast.js 100% <ø> (ø)
src/visitors/While.js 9.09% <ø> (ø)
src/visitors/Text.js 95.83% <ø> (ø)
src/context.js 88.23% <ø> (ø)
src/visitors/Case.js 4.54% <ø> (ø)
src/visitors/Conditional.js 100% <ø> (ø)
... and 5 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 be3067b...0b7a30b. Read the comment docs.