Closed musicinmybrain closed 3 years ago
:exclamation: No coverage uploaded for pull request base (
master@e5486a5
). Click here to learn what that means. The diff coverage is65.86%
.
@@ Coverage Diff @@
## master #115 +/- ##
=========================================
Coverage ? 29.24%
=========================================
Files ? 6
Lines ? 2500
Branches ? 0
=========================================
Hits ? 731
Misses ? 1769
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
pgspecial/help/commands.py | 0.20% <ø> (ø) |
|
pgspecial/main.py | 38.18% <52.17%> (ø) |
|
pgspecial/dbcommands.py | 33.60% <66.73%> (ø) |
|
pgspecial/iocommands.py | 42.69% <68.05%> (ø) |
|
pgspecial/namedqueries.py | 92.00% <75.00%> (ø) |
|
pgspecial/__init__.py | 100.00% <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 e5486a5...0354c8b. Read the comment docs.
Description
Drop mock dependency, which is not actually used.
See also https://fedoraproject.org/wiki/Changes/DeprecatePythonMock
Checklist
changelog.rst
.pip install pre-commit && pre-commit install
), and ranblack
on my code.