Closed tanmaykm closed 2 years ago
Merging #72 (fb5b83b) into master (b449432) will decrease coverage by
0.32%
. The diff coverage is23.07%
.
@@ Coverage Diff @@
## master #72 +/- ##
==========================================
- Coverage 64.42% 64.09% -0.33%
==========================================
Files 9 9
Lines 1276 1284 +8
==========================================
+ Hits 822 823 +1
- Misses 454 461 +7
Impacted Files | Coverage Δ | |
---|---|---|
src/transports.jl | 69.88% <23.07%> (-1.30%) |
: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 b449432...fb5b83b. Read the comment docs.
Fix bug where certain read functions were taking UInt8 as second argument. This separates out the signatures that need
Type
from those that need number of bytes.fixes: #69
cc: @tk3369