latchset / custodia

An API to manage secrets storage and retrieval
GNU General Public License v3.0
85 stars 27 forks source link

Misc fixes #236

Closed tiran closed 6 years ago

tiran commented 6 years ago

Fix misc errors detected or caused by most recent versions of pytest, pep8 and pylint.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@08515e8). Click here to learn what that means. The diff coverage is 78.26%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #236   +/-   ##
=========================================
  Coverage          ?   72.79%           
=========================================
  Files             ?       41           
  Lines             ?     4440           
  Branches          ?      449           
=========================================
  Hits              ?     3232           
  Misses            ?     1052           
  Partials          ?      156
Impacted Files Coverage Δ
tests/test_secrets.py 98.88% <ø> (ø)
src/custodia/secrets.py 66.66% <ø> (ø)
src/custodia/log.py 78.7% <ø> (ø)
src/custodia/server/__init__.py 18.27% <ø> (ø)
src/custodia/client.py 80.29% <ø> (ø)
src/custodia/httpd/server.py 24.92% <0%> (ø)
tests/test_store.py 100% <100%> (ø)
tests/test_custodia.py 95.03% <100%> (ø)
tests/test_store_sqlite.py 100% <100%> (ø)
src/custodia/plugin.py 68.77% <100%> (ø)
... and 1 more

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 08515e8...acd2a4e. Read the comment docs.