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

Update validation.py #94

Closed Smokrow closed 6 years ago

Smokrow commented 6 years ago

found a typo in the comments

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #94   +/-   ##
=======================================
  Coverage   80.43%   80.43%           
=======================================
  Files          12       12           
  Lines        2024     2024           
=======================================
  Hits         1628     1628           
  Misses        396      396
Impacted Files Coverage Δ
pyArango/validation.py 55.55% <ø> (ø) :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 f314570...7df5328. Read the comment docs.

tariqdaouda commented 6 years ago

Thanks!