Closed kylekatarnls closed 3 years ago
Merging #87 (b40122a) into master (1e19e5b) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #87 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 255 255
Lines 7372 7387 +15
=========================================
+ Hits 7372 7387 +15
Impacted Files | Coverage Δ | |
---|---|---|
src/Phug/Ast/Ast/Node.php | 100.00% <ø> (ø) |
|
src/Phug/Event/Event/ListenerQueue.php | 100.00% <ø> (ø) |
|
src/Phug/Formatter/Formatter/AbstractFormat.php | 100.00% <ø> (ø) |
|
.../Formatter/Formatter/Element/AssignmentElement.php | 100.00% <ø> (ø) |
|
...Phug/Formatter/Formatter/Element/MarkupElement.php | 100.00% <ø> (ø) |
|
...atter/Formatter/Partial/AssignmentHelpersTrait.php | 100.00% <ø> (ø) |
|
src/Phug/Parser/Parser/Node/ElementNode.php | 100.00% <ø> (ø) |
|
src/Phug/Parser/Parser/Node/FilterNode.php | 100.00% <ø> (ø) |
|
src/Phug/Parser/Parser/Node/MixinCallNode.php | 100.00% <ø> (ø) |
|
src/Phug/Renderer/Renderer/Adapter/FileAdapter.php | 100.00% <ø> (ø) |
|
... and 10 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 1e19e5b...b40122a. Read the comment docs.
Code Climate has analyzed commit b40122ac 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.
Fix #86