eggheadio-github / stack-overflow-copy-paste

Utility functions copy/pasted (and modified slightly) from Stack Overflow
441 stars 606 forks source link

feat(isYearLeapYear): Add isLeapYear function #173

Closed FollowJack closed 6 years ago

FollowJack commented 6 years ago

I created the function "isLeapYear" with tests. Is there any information I still can provide.

By the way: Awesome tutorial. Good work.

codecov-io commented 6 years ago

Codecov Report

Merging #173 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #173   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          62     63    +1     
  Lines         210    211    +1     
=====================================
+ Hits          210    211    +1
Impacted Files Coverage Δ
src/leap-year.js 100% <100%> (ø)

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 71bf046...18299da. Read the comment docs.