TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
https://the-algorithms.com/language/javascript
GNU General Public License v3.0
31.77k stars 5.44k forks source link

refactor: use `isLeapYear` #1638

Closed vil02 closed 4 months ago

vil02 commented 4 months ago

Open in Gitpod know more

Describe your change:

This PR:

Checklist:

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.94%. Comparing base (d8cfdcd) to head (66ab291).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1638 +/- ## ======================================= Coverage 83.93% 83.94% ======================================= Files 377 377 Lines 19733 19727 -6 Branches 2921 2918 -3 ======================================= - Hits 16563 16559 -4 + Misses 3170 3168 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

vil02 commented 4 months ago

@appgurueu or @raklaptudirm could you please re-run the UploadCoverageReport (if needed). It failed due to: The server encountered a temporary error and could not complete your request.

appgurueu commented 4 months ago

(Just amended your last commit and force pushed to trigger a rerun of CI)

vil02 commented 4 months ago

(Just amended your last commit and force pushed to trigger a rerun of CI)

I could do the same, but I did not want to lose your approval. Thanks!

appgurueu commented 4 months ago

I could do the same, but I did not want to lose your approval. Thanks!

Heh, right. Sometimes our strict repo config frustrates me a bit.