src-d / modelforge

Python library to share machine learning models easily and reliably.
Apache License 2.0
18 stars 13 forks source link

Allow AttributeError in Model.dump() #3

Closed vmarkovtsev closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #3 into develop will increase coverage by 0.08%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #3      +/-   ##
===========================================
+ Coverage    74.42%   74.51%   +0.08%     
===========================================
  Files           13       13              
  Lines          567      569       +2     
  Branches        89       90       +1     
===========================================
+ Hits           422      424       +2     
  Misses         108      108              
  Partials        37       37
Impacted Files Coverage Δ
modelforge/model.py 75.59% <100%> (+0.29%) :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 4580a2c...1d76327. Read the comment docs.