Closed gjcarneiro closed 3 years ago
Merging #879 (282b45c) into master (e131396) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #879 +/- ##
=======================================
Coverage 93.32% 93.32%
=======================================
Files 12 12
Lines 1574 1574
Branches 187 187
=======================================
Hits 1469 1469
Misses 73 73
Partials 32 32
Impacted Files | Coverage Δ | |
---|---|---|
aiopg/connection.py | 95.66% <100.00%> (ø) |
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 e131396...282b45c. Read the comment docs.
Thanks
What do these changes do?
the type hint for Cusor.mogrify is wrong. It returns bytes, not str (for proof, look for the unit test test_mogrify). This fixes the type hint, and inline doc.
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.