codeuino / social-platform-donut-backend

Donut API:
http://donut-api-prod.codeuino.org/
GNU General Public License v3.0
24 stars 57 forks source link

Added the events CRUD functionality #92

Closed tanujvyas10 closed 4 years ago

tanujvyas10 commented 4 years ago

Problem

Github Issue Number: #75

Type of Change

Checklist

codecov[bot] commented 4 years ago

Codecov Report

Merging #92 into development will decrease coverage by 11.34%. The diff coverage is 18.98%.

Impacted file tree graph

@@               Coverage Diff                @@
##           development      #92       +/-   ##
================================================
- Coverage        59.92%   48.57%   -11.35%     
================================================
  Files               14       17        +3     
  Lines              252      352      +100     
  Branches            29       53       +24     
================================================
+ Hits               151      171       +20     
- Misses              86      142       +56     
- Partials            15       39       +24     
Impacted Files Coverage Δ
app/models/Event.js 20.00% <0.00%> (ø)
app/controllers/event.js 3.22% <3.22%> (ø)
app.js 85.29% <100.00%> (+0.91%) :arrow_up:
app/routes/event.js 100.00% <100.00%> (ø)

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 98ce23e...46a5271. Read the comment docs.