follow-the-nft / follow-the-nft-api

The Express API for the follow-the-nft
MIT License
0 stars 0 forks source link

feat: initial database setup and config #37

Closed MuckT closed 2 years ago

MuckT commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #37 (ac6c7ea) into dev (37faa7c) will decrease coverage by 44.73%. The diff coverage is 40.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##              dev      #37       +/-   ##
===========================================
- Coverage   85.71%   40.98%   -44.74%     
===========================================
  Files           1        7        +6     
  Lines           7      122      +115     
  Branches        0       16       +16     
===========================================
+ Hits            6       50       +44     
- Misses          1       64       +63     
- Partials        0        8        +8     
Impacted Files Coverage Δ
src/middleware/bearer.js 15.38% <15.38%> (ø)
src/handlers/error-handler.js 16.66% <16.66%> (ø)
src/routes/public.js 25.64% <25.64%> (ø)
src/models/user.js 31.25% <31.25%> (ø)
src/routes/user.js 75.00% <75.00%> (ø)
src/models/index.js 81.81% <81.81%> (ø)
src/server.js 92.30% <100.00%> (+6.59%) :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 b1c6879...ac6c7ea. Read the comment docs.