note / xml-lens

XML Optics library for Scala
https://note.github.io/xml-lens/
MIT License
32 stars 5 forks source link

Printing #13

Closed note closed 6 years ago

note commented 6 years ago

fixes https://github.com/note/xml-lens/issues/1 and probably to great extend https://github.com/note/xml-lens/issues/8

codecov[bot] commented 6 years ago

Codecov Report

Merging #13 into master will decrease coverage by 0.67%. The diff coverage is 93.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   95.18%   94.51%   -0.68%     
==========================================
  Files          16       19       +3     
  Lines         291      328      +37     
  Branches       24       24              
==========================================
+ Hits          277      310      +33     
- Misses         14       18       +4
Impacted Files Coverage Δ
.../main/scala/net/michalsitko/xml/entities/AST.scala 0% <ø> (ø) :arrow_up:
.../scala/net/michalsitko/xml/syntax/ElementOps.scala 100% <ø> (ø) :arrow_up:
...net/michalsitko/xml/optics/XmlDocumentOptics.scala 100% <100%> (ø)
...in/scala/net/michalsitko/xml/syntax/document.scala 100% <100%> (ø)
...ala/net/michalsitko/xml/syntax/OpticsBuilder.scala 95.12% <100%> (ø) :arrow_up:
...la/net/michalsitko/xml/optics/XmlDocumentOps.scala 100% <100%> (ø)
.../scala/net/michalsitko/xml/parsing/XmlParser.scala 95.12% <91.66%> (+0.47%) :arrow_up:
...cala/net/michalsitko/xml/printing/XmlPrinter.scala 96.15% <92.3%> (-3.85%) :arrow_down:
...scala/net/michalsitko/xml/printing/XmlWriter.scala 94% <94.87%> (-3.96%) :arrow_down:
... and 2 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 5a5cbca...939deed. Read the comment docs.