Closed mordak closed 3 years ago
Merging #196 (e79c0ae) into master (18ebf56) will increase coverage by
0.26%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #196 +/- ##
==========================================
+ Coverage 77.75% 78.02% +0.26%
==========================================
Files 15 15
Lines 1722 1734 +12
==========================================
+ Hits 1339 1353 +14
+ Misses 383 381 -2
Impacted Files | Coverage Δ | |
---|---|---|
src/parse.rs | 88.10% <100.00%> (+0.41%) |
:arrow_up: |
src/types/unsolicited_response.rs | 40.00% <0.00%> (+5.71%) |
: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 18ebf56...e79c0ae. Read the comment docs.
Follow up on #179.
We seem to have handled this with the recent work on
UnsolicitedResponse
, so I just added a test to make sure we continue to handle this.This change is