Pegase745 / shortnr

Simple URL shortener written in TypeScript.
MIT License
7 stars 2 forks source link

Replace Redis with Postgres #20

Closed Pegase745 closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #20 into master will decrease coverage by 1.45%. The diff coverage is 71.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage   82.38%   80.93%   -1.46%     
==========================================
  Files          14       17       +3     
  Lines         176      215      +39     
  Branches        5        5              
==========================================
+ Hits          145      174      +29     
- Misses         31       41      +10
Impacted Files Coverage Δ
server/controllers/status.ts 100% <ø> (ø)
src/containers/Home.tsx 85.71% <0%> (ø) :arrow_up:
server/entities/ShortURL.ts 100% <100%> (ø)
server/services/ShortURLService.ts 50% <50%> (ø)
server/server.ts 37.14% <60%> (+1.84%) :arrow_up:
server/controllers/shortURL.ts 91.17% <81.25%> (ø)
server/db.ts 90% <90%> (ø)

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 0c72b50...3344331. Read the comment docs.