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

Adds additional documentation to README.md #63

Closed dlurton closed 2 years ago

dlurton commented 2 years ago

Improves README.md quite a bit. Now finished.

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

codecov-commenter commented 2 years ago

Codecov Report

Merging #63 (5dc3bcf) into master (8845767) will increase coverage by 0.08%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master      #63      +/-   ##
============================================
+ Coverage     86.70%   86.79%   +0.08%     
- Complexity      368      370       +2     
============================================
  Files            30       30              
  Lines           737      742       +5     
  Branches         72       72              
============================================
+ Hits            639      644       +5     
  Misses           65       65              
  Partials         33       33              
Impacted Files Coverage Δ
src/com/amazon/ionelement/api/IonUtils.kt 100.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 8845767...5dc3bcf. Read the comment docs.