shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.44k stars 184 forks source link

add test: outputs a manifest of no-js file #59

Closed a-x- closed 7 years ago

a-x- commented 7 years ago

https://github.com/danethurber/webpack-manifest-plugin/issues/51 https://github.com/danethurber/webpack-manifest-plugin/blob/master/lib/plugin.js#L34-L37

mastilver commented 7 years ago

:+1: Awesome work! you ticked 3 out of 5 boxes :)

codecov-io commented 7 years ago

Codecov Report

Merging #59 into master will increase coverage by 3.57%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
+ Coverage   89.28%   92.85%   +3.57%     
==========================================
  Files           2        2              
  Lines          56       56              
==========================================
+ Hits           50       52       +2     
+ Misses          6        4       -2
Impacted Files Coverage Δ
lib/plugin.js 92.72% <0%> (+3.63%) :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 a985131...596532b. Read the comment docs.