Closed gdevanla closed 3 years ago
:exclamation: No coverage uploaded for pull request base (
master@62be9a0
). Click here to learn what that means. The diff coverage is4.06%
.
@@ Coverage Diff @@
## master #95 +/- ##
=========================================
Coverage ? 12.54%
=========================================
Files ? 6
Lines ? 1116
Branches ? 0
=========================================
Hits ? 140
Misses ? 976
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
pgspecial/dbcommands.py | 4.16% <2.47%> (ø) |
|
pgspecial/__init__.py | 100.00% <100.00%> (ø) |
|
pgspecial/iocommands.py | 23.87% <100.00%> (ø) |
|
pgspecial/main.py | 32.50% <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 62be9a0...e6acf0c. Read the comment docs.
Type hints are only available in python 3.5+, but we'll get rid of older versions soon. Thank you!
Description
This minor fix that adds type information to the listed example to improve clarity.
Checklist
changelog.rst
.