Pegase745 / shortnr

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

Add URL validation #15

Closed Pegase745 closed 5 years ago

Pegase745 commented 5 years ago

Closes #3

codecov[bot] commented 5 years ago

Codecov Report

Merging #15 into master will increase coverage by 7.16%. The diff coverage is 82.6%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   70.05%   77.22%   +7.16%     
==========================================
  Files          16       15       -1     
  Lines         177      180       +3     
  Branches        5        6       +1     
==========================================
+ Hits          124      139      +15     
+ Misses         52       41      -11     
+ Partials        1        0       -1
Impacted Files Coverage Δ
src/containers/Redir.tsx 100% <ø> (ø) :arrow_up:
src/server/utils/index.ts 100% <100%> (ø) :arrow_up:
src/server/utils/getShortenedFullURL.ts 80% <100%> (ø)
src/server/routes/shorturls.ts 96.29% <100%> (+0.46%) :arrow_up:
src/containers/components/AlertError.tsx 100% <100%> (ø)
src/containers/Home.tsx 85.71% <55.55%> (+19.04%) :arrow_up:
src/containers/components/ShortURL.tsx 100% <0%> (+27.27%) :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 3e91428...61324da. Read the comment docs.