SAAVY / magpie

http://projectmagpie.github.io
MIT License
7 stars 0 forks source link

refactor code to separate caching data vs return data #109

Closed MeenuV closed 8 years ago

MeenuV commented 8 years ago

84

codecov-io commented 8 years ago

Current coverage is 38.18%

Merging #109 into master will decrease coverage by -0.28% as of d69866a

@@            master    #109   diff @@
======================================
  Files           24      25     +1
  Stmts          728     749    +21
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            280     286     +6
  Partial          0       0       
- Missed         448     463    +15

Review entire Coverage Diff as of d69866a

Powered by Codecov. Updated on successful CI builds.

AliceYuan commented 8 years ago

change caching to saving json blob data and append the header contents after fetching the json blob

AliceYuan commented 8 years ago

you didn't update error_metadata.py to use data_map instead.