Closed Pliner closed 3 years ago
Merging #864 (f45e152) into master (76ca15f) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #864 +/- ##
=======================================
Coverage 93.43% 93.43%
=======================================
Files 11 11
Lines 1568 1568
Branches 186 186
=======================================
Hits 1465 1465
Misses 72 72
Partials 31 31
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 76ca15f...f45e152. Read the comment docs.
What do these changes do?
loop.run_until_complete(go())
->asyncio.run(go())
Are there changes in behavior for the user?
Related issue number
Checklist
CHANGES
folder<issue_id>.<type>
(e.g.588.bugfix
)issue_id
change it to the pr id after creating the PR.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.Fix issue with non-ascii contents in doctest text files.