pug-php / pug-minify

One keyword to minify them all (the assets: JS, CSS, Stylus, LESS, minify, Coffee, React) in your pug-php template.
MIT License
5 stars 0 forks source link

Create Path class #9

Closed kylekatarnls closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #9 (8816428) into master (458a33e) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #9   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         6    +4     
  Lines          276       316   +40     
=========================================
+ Hits           276       316   +40     
Impacted Files Coverage Δ
src/Pug/Keyword/Minify.php 100.00% <100.00%> (ø)
src/Pug/Keyword/Minify/BlockExtractor.php 100.00% <100.00%> (ø)
src/Pug/Keyword/Minify/InJsPugParser.php 100.00% <100.00%> (ø)
src/Pug/Keyword/Minify/Path.php 100.00% <100.00%> (ø)
src/Pug/Keyword/Minify/ScriptParser.php 100.00% <100.00%> (ø)
src/Pug/Keyword/Minify/StyleParser.php 100.00% <100.00%> (ø)

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 458a33e...8816428. Read the comment docs.

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 88164280 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.