Closed miracle2k closed 6 years ago
Merging #18 into master will increase coverage by
1.82%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #18 +/- ##
==========================================
+ Coverage 72.37% 74.19% +1.82%
==========================================
Files 11 11
Lines 1028 1031 +3
Branches 130 131 +1
==========================================
+ Hits 744 765 +21
+ Misses 240 222 -18
Partials 44 44
Impacted Files | Coverage Δ | |
---|---|---|
trio_asyncio/util.py | 79.24% <100%> (+35.24%) |
:arrow_up: |
trio_asyncio/base.py | 85.95% <0%> (+0.27%) |
: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 3a06dcf...ff8f34f. Read the comment docs.
Now with error handling and two tests. I feel like we are getting closer to this being stable :)