peakchen90 / babel-plugin-react-directives

A babel plugin that provides some directives for react(JSX), similar to directives of vue.
https://peakchen90.github.io/babel-plugin-react-directives
MIT License
97 stars 13 forks source link

Dev #3

Closed peakchen90 closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #3 into master will increase coverage by 0.18%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   98.33%   98.52%   +0.18%     
==========================================
  Files          12       15       +3     
  Lines         421      475      +54     
  Branches       92      103      +11     
==========================================
+ Hits          414      468      +54     
  Misses          7        7
Impacted Files Coverage Δ
src/utils/element.js 97.05% <ø> (ø) :arrow_up:
src/directives/model.js 100% <ø> (ø) :arrow_up:
src/utils/builder.js 93.33% <100%> (+5.83%) :arrow_up:
src/shared.js 100% <100%> (ø) :arrow_up:
src/directives/show.js 100% <100%> (ø) :arrow_up:
src/directives/class.js 100% <100%> (ø)
src/index.js 100% <100%> (ø) :arrow_up:
runtime/invoke-onchange.js 100% <100%> (ø)
runtime/resolve-value.js 100% <100%> (ø)
runtime/classnames.js 100% <100%> (ø)
... and 6 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 3187a67...70be3cd. Read the comment docs.