ArangoDB-Community / pyArango

Python Driver for ArangoDB with built-in validation
https://pyarango.readthedocs.io/en/latest/
Apache License 2.0
238 stars 90 forks source link

find -name \*.py -exec sed -i "s; *: *$;:;" {} \; #153

Closed dothebart closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #153 into dev will not change coverage. The diff coverage is 89.74%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #153   +/-   ##
=======================================
  Coverage   77.92%   77.92%           
=======================================
  Files          14       14           
  Lines        2854     2854           
=======================================
  Hits         2224     2224           
  Misses        630      630
Impacted Files Coverage Δ
pyArango/index.py 89.65% <100%> (ø) :arrow_up:
pyArango/users.py 87.5% <100%> (ø) :arrow_up:
pyArango/admin.py 94.44% <100%> (ø) :arrow_up:
pyArango/validation.py 55.55% <79.48%> (ø) :arrow_up:
pyArango/theExceptions.py 51.7% <83.33%> (ø) :arrow_up:
pyArango/collection.py 72.03% <84.51%> (ø) :arrow_up:
pyArango/connection.py 77.58% <85.71%> (ø) :arrow_up:
pyArango/graph.py 75.3% <86.44%> (ø) :arrow_up:
pyArango/database.py 55.34% <87.5%> (ø) :arrow_up:
pyArango/document.py 78.19% <93.63%> (ø) :arrow_up:
... and 2 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 f9a31b6...17e8274. Read the comment docs.