amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 8 forks source link

Improve usage of element loader API from Java. (#51) #52

Closed dlurton closed 3 years ago

dlurton commented 3 years ago

51

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-io commented 3 years ago

Codecov Report

Merging #52 (7b793fb) into master (7f95c26) will increase coverage by 0.34%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #52      +/-   ##
============================================
+ Coverage     81.09%   81.43%   +0.34%     
  Complexity      502      502              
============================================
  Files            29       29              
  Lines           587      587              
  Branches         85       85              
============================================
+ Hits            476      478       +2     
+ Misses           62       60       -2     
  Partials         49       49              
Impacted Files Coverage Δ Complexity Δ
src/com/amazon/ionelement/api/IonElementLoader.kt 100.00% <ø> (+25.00%) 0.00 <0.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 7f95c26...7b793fb. Read the comment docs.