note / xml-lens

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

Group id refactor #28

Closed note closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #28 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #28      +/-   ##
=========================================
+ Coverage   74.63%   74.7%   +0.07%     
=========================================
  Files          23      24       +1     
  Lines         339     344       +5     
  Branches       28      28              
=========================================
+ Hits          253     257       +4     
- Misses         86      87       +1
Impacted Files Coverage Δ
...c/main/scala/pl/msitko/xml/printing/Resolver.scala 100% <ø> (ø)
...main/scala/pl/msitko/xml/printing/XmlPrinter.scala 100% <ø> (ø)
...c/main/scala/pl/msitko/xml/parsing/XmlParser.scala 0% <ø> (ø)
.../src/main/scala/pl/msitko/xml/dsl/ElementOps.scala 100% <ø> (ø)
...cala/pl/msitko/xml/optics/ResolvedNameOptics.scala 100% <ø> (ø)
...c/main/scala/pl/msitko/xml/optics/TextOptics.scala 100% <ø> (ø)
...n/scala/pl/msitko/xml/printing/ElementWriter.scala 100% <ø> (ø)
.../main/scala/pl/msitko/xml/dsl/XmlDocumentOps.scala 100% <ø> (ø)
...red/src/main/scala/pl/msitko/xml/dsl/NodeOps.scala 100% <ø> (ø)
...shared/src/main/scala/pl/msitko/xml/dsl/node.scala 100% <ø> (ø)
... and 16 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 f382c1e...9c01299. Read the comment docs.