slackhq / csp-html-webpack-plugin

A plugin which, when combined with HTMLWebpackPlugin, adds CSP tags to the HTML output.
MIT License
164 stars 40 forks source link

Make V3 the new master version of this plugin #31

Closed AnujRNair closed 5 years ago

AnujRNair commented 5 years ago

Summary

This PR will promote the beta version of this plugin to become the new master version of the plugin. Breaking changes from this plugin can be seen in the previous pre-releases here: https://github.com/slackhq/csp-html-webpack-plugin/releases/tag/v3.0.0-beta.1 https://github.com/slackhq/csp-html-webpack-plugin/releases/tag/v3.0.0-beta.2

Requirements (place an x in each [ ])

codecov[bot] commented 5 years ago

Codecov Report

Merging #31 into master will increase coverage by 0.29%. The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #31      +/-   ##
=========================================
+ Coverage    93.5%   93.8%   +0.29%     
=========================================
  Files           2       2              
  Lines          77     113      +36     
  Branches       11      21      +10     
=========================================
+ Hits           72     106      +34     
- Misses          4       6       +2     
  Partials        1       1
Impacted Files Coverage Δ
test-utils/webpack-helpers.js 100% <100%> (ø) :arrow_up:
plugin.js 92.3% <95.91%> (+1.23%) :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 6da3843...c1e9fee. Read the comment docs.