ngyv / re-modelr

A simple-to-use pure javascript object-relational mapping to manage data.
MIT License
0 stars 0 forks source link

[TEST] #19

Closed ngyv closed 6 years ago

ngyv commented 6 years ago

Essentially testing exceptions that were missed.

The remaining lines untested in domain store is blocked ava recording of error responses.

codecov[bot] commented 6 years ago

Codecov Report

Merging #19 into master will increase coverage by 1.27%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage    93.6%   94.88%   +1.27%     
==========================================
  Files           5        5              
  Lines         469      469              
==========================================
+ Hits          439      445       +6     
+ Misses         30       24       -6
Impacted Files Coverage Δ
lib/domain-store.js 91.89% <0%> (+0.33%) :arrow_up:
lib/fetcher.js 100% <0%> (+2.38%) :arrow_up:
lib/base-model.js 100% <0%> (+6.34%) :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 b65ae94...4ef42ae. Read the comment docs.