contentful / rich-text.php

Utilities for the Contentful Rich Text
https://www.contentful.com
MIT License
12 stars 9 forks source link

Categorize nodes into block and inline #12

Closed dborsatto closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #12   +/-   ##
=======================================
  Coverage       100%   100%           
+ Complexity      184    164   -20     
=======================================
  Files            63     65    +2     
  Lines           547    507   -40     
=======================================
- Hits            547    507   -40
Impacted Files Coverage Δ Complexity Δ
src/Node/Heading5.php 100% <ø> (ø) 2 <0> (-2) :arrow_down:
src/Node/Hyperlink.php 100% <ø> (ø) 5 <0> (ø) :arrow_down:
src/Node/UnorderedList.php 100% <ø> (ø) 2 <0> (-2) :arrow_down:
src/Node/Document.php 100% <ø> (ø) 2 <0> (-2) :arrow_down:
src/Node/Paragraph.php 100% <ø> (ø) 2 <0> (-2) :arrow_down:
src/Node/Heading2.php 100% <ø> (ø) 2 <0> (-2) :arrow_down:
src/Node/Heading4.php 100% <ø> (ø) 2 <0> (-2) :arrow_down:
src/Node/Text.php 100% <ø> (ø) 5 <0> (ø) :arrow_down:
src/Node/Quote.php 100% <ø> (ø) 2 <0> (-2) :arrow_down:
src/Node/ListItem.php 100% <ø> (ø) 2 <0> (-2) :arrow_down:
... and 12 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 b39547b...28cfa51. Read the comment docs.