Closed tanmaykm closed 1 year ago
Merging #52 (acf23d2) into main (21145d4) will increase coverage by
3.41%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #52 +/- ##
==========================================
+ Coverage 77.58% 80.99% +3.41%
==========================================
Files 7 7
Lines 562 563 +1
==========================================
+ Hits 436 456 +20
+ Misses 126 107 -19
Files Changed | Coverage Δ | |
---|---|---|
src/client.jl | 82.89% <100.00%> (+5.67%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Some fixes related to #51, added tests. The API is now named
storefile
, which feels more appropriate. Updated API docs.fixes: #46 #50