stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.08k stars 158 forks source link

Refactor + update dependencies #39

Closed jhurl3y closed 4 years ago

jhurl3y commented 4 years ago

Just a small refactor - was messing around with the timeline myself and did some clean up.

codecov-io commented 4 years ago

Codecov Report

Merging #39 into master will decrease coverage by 1.4%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   94.73%   93.33%   -1.41%     
==========================================
  Files           2        2              
  Lines          19       15       -4     
  Branches        3        3              
==========================================
- Hits           18       14       -4     
  Misses          1        1
Impacted Files Coverage Δ
src/VerticalTimeline.js 100% <100%> (ø) :arrow_up:
src/VerticalTimelineElement.js 90.9% <87.5%> (-2.43%) :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 32f23a9...ad02101. Read the comment docs.

stephane-monnot commented 4 years ago

Good job. Thank you ;)