mdedetrich / scalajson

ScalaJSON - JSON for Scala, currently contains minimal AST
BSD 3-Clause "New" or "Revised" License
55 stars 10 forks source link

Various fixes and improvements to JNumber #24

Closed mdedetrich closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #24 into master will decrease coverage by 0.38%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
- Coverage   44.94%   44.56%   -0.39%     
==========================================
  Files           5        5              
  Lines         663      662       -1     
  Branches      140      128      -12     
==========================================
- Hits          298      295       -3     
- Misses        365      367       +2
Impacted Files Coverage Δ
...s/src/main/scala/scalajson/ast/unsafe/JValue.scala 0% <ø> (ø) :arrow_up:
...m/src/main/scala/scalajson/ast/unsafe/JValue.scala 59.74% <ø> (-0.91%) :arrow_down:
js/src/main/scala/scalajson/ast/JValue.scala 0% <0%> (ø) :arrow_up:
jvm/src/main/scala/scalajson/ast/JValue.scala 73% <100%> (-1%) :arrow_down:

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 8a721d4...c3e0308. Read the comment docs.