Closed titouanmathis closed 2 years ago
Merging #11 (a7f827e) into master (d21aa8d) will increase coverage by
0.07%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #11 +/- ##
============================================
+ Coverage 99.12% 99.20% +0.07%
- Complexity 39 43 +4
============================================
Files 5 5
Lines 114 125 +11
============================================
+ Hits 113 124 +11
Misses 1 1
Flag | Coverage Δ | |
---|---|---|
unittests | 99.20% <100.00%> (+0.07%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
src/Extension.php | 100.00% <100.00%> (ø) |
|
src/Helpers/Html.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 d21aa8d...a7f827e. Read the comment docs.
Changelog
Added
merge_html_attributes
filter (4230c37, #10)merge_html_attributes
function based on the filter of the same name (fdddef2, #10)Fixed
html_classes
with an empty array (#9)