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

Travis: use arangodb via docker container #129

Closed dothebart closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #129 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #129   +/-   ##
=======================================
  Coverage   79.37%   79.37%           
=======================================
  Files          12       12           
  Lines        2255     2255           
=======================================
  Hits         1790     1790           
  Misses        465      465
Impacted Files Coverage Δ
pyArango/graph.py 75.15% <0%> (-1.25%) :arrow_down:
pyArango/users.py 87.15% <0%> (+1.83%) :arrow_up:

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 dc054e2...0ff8d2a. Read the comment docs.

dothebart commented 5 years ago

ok, seems to be working. shamelessly copied from arango-php ;-)

tariqdaouda commented 5 years ago

Beautiful :)