ruanmartinelli / api-starter

:green_book: node.js express api
MIT License
13 stars 0 forks source link

Refactor tests #3

Closed ruanmartinelli closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #3 into master will decrease coverage by 9.77%. The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
- Coverage   91.74%   81.97%   -9.78%     
==========================================
  Files          16       15       -1     
  Lines         206      172      -34     
==========================================
- Hits          189      141      -48     
- Misses         17       31      +14
Impacted Files Coverage Δ
src/schema/index.js 100% <ø> (ø) :arrow_up:
src/util/error.js 50% <ø> (-13.16%) :arrow_down:
src/api/auth.js 100% <100%> (ø) :arrow_up:
src/util/http.js 90.9% <100%> (-9.1%) :arrow_down:
src/model/user.js 75% <100%> (-25%) :arrow_down:
src/api/user.js 77.77% <57.14%> (-22.23%) :arrow_down:
src/util/validate-schema.js 22.22% <0%> (-77.78%) :arrow_down:
src/util/error-handlers.js 75% <0%> (-8.34%) :arrow_down:

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 b4b2580...ed383bb. Read the comment docs.