Closed ngyv closed 6 years ago
:exclamation: No coverage uploaded for pull request base (
master@85ab570
). Click here to learn what that means. The diff coverage is91.66%
.
@@ Coverage Diff @@
## master #2 +/- ##
=========================================
Coverage ? 92.04%
=========================================
Files ? 3
Lines ? 88
Branches ? 0
=========================================
Hits ? 81
Misses ? 7
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
lib/index.js | 100% <100%> (ø) |
|
lib/base-model.js | 88.7% <85.71%> (ø) |
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 85ab570...ef8dcab. Read the comment docs.
How to use ?
As the name suggests, this is a base model that you can use to create other models to map the json fetched from servers.
For more on the api, please look at the test file 😃