RizkyRajitha / linkin

Linkin is a customizable self hosted link tree platform.
https://linkindemo.vercel.app/
MIT License
76 stars 22 forks source link

Add prisma ORM #26

Closed RizkyRajitha closed 3 years ago

RizkyRajitha commented 3 years ago

added prisma orm migration is noiw handled by prisma seeding is used after migration added test for prisma db

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/rajithagunathilake/linkin/6PszkkQxmveviTVe93nFZcypqAZn
✅ Preview: https://linkin-git-add-prima-rajithagunathilake.vercel.app

codecov-commenter commented 3 years ago

Codecov Report

Merging #26 (01fd4cd) into dev (f95656f) will increase coverage by 52.62%. The diff coverage is 70.45%.

Impacted file tree graph

@@             Coverage Diff             @@
##              dev      #26       +/-   ##
===========================================
+ Coverage   17.83%   70.45%   +52.62%     
===========================================
  Files           3        2        -1     
  Lines         157       88       -69     
  Branches       20       15        -5     
===========================================
+ Hits           28       62       +34     
+ Misses        123       22      -101     
+ Partials        6        4        -2     
Impacted Files Coverage Δ
db/dbconprisma.js 40.00% <40.00%> (ø)
lib/dbfuncprisma.js 72.28% <72.28%> (ø)
db/dbcon.js
lib/side.js

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 f95656f...01fd4cd. Read the comment docs.