Pegase745 / shortnr

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

Add automatic copy to clipboard #14

Closed eveningkid closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #14 into master will increase coverage by 0.24%. The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   69.07%   69.32%   +0.24%     
==========================================
  Files          12       13       +1     
  Lines         152      163      +11     
  Branches        3        5       +2     
==========================================
+ Hits          105      113       +8     
- Misses         46       49       +3     
  Partials        1        1
Impacted Files Coverage Δ
src/containers/utils/url.ts 100% <100%> (ø)
src/containers/components/ShortURL.tsx 72.72% <100%> (-2.28%) :arrow_down:
src/containers/Home.tsx 64.86% <66.66%> (-0.66%) :arrow_down:

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 40e13d2...abad9ec. Read the comment docs.