Closed asahasrabuddhe closed 3 years ago
Merging #263 (4d55f93) into master (07eed2a) will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #263 +/- ##
==========================================
+ Coverage 93.98% 93.99% +0.01%
==========================================
Files 19 19
Lines 814 816 +2
==========================================
+ Hits 765 767 +2
Misses 34 34
Partials 15 15
Impacted Files | Coverage Δ | |
---|---|---|
rows.go | 89.04% <100.00%> (+0.30%) |
:arrow_up: |
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 07eed2a...4d55f93. Read the comment docs.
@l3pp4rd could you review this?
@asahasrabuddhe In 1.5.0, AddRows is not available. plz release it!
I can't wait 😊
Closes #135
This PR adds the
AddRows
function to the API which will allow users to add multiple rows at once instead of callingAddRow
multiple times.