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

GitHub Actions: Test on the current version of Node.js #1657

Closed cclauss closed 1 month ago

cclauss commented 2 months ago

Open in Gitpod know more

Describe your change:

Checklist:

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 84.07%. Comparing base (314144f) to head (5e8b86b). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1657 +/- ## ========================================== - Coverage 84.09% 84.07% -0.03% ========================================== Files 376 376 Lines 19664 19670 +6 Branches 2911 2911 ========================================== + Hits 16537 16538 +1 - Misses 3127 3132 +5 ```

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

cclauss commented 1 month ago

@appgurueu Your review, please.