go-sprout / sprout

From sprig to sprout - Useful template functions for Go templates with steroids
https://sprout.atom.codes
MIT License
86 stars 4 forks source link

refactor: migrate all functions under function handler 🌱✨ #14

Closed 42atomys closed 4 months ago

42atomys commented 4 months ago

Description

This pull request represents a significant milestone in our ongoing project to migrate all functionalities from sprig to the new sprout function handler. This transition allows for a phased approach, setting the stage for subsequent enhancements.

Changes

Fixes #13 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26

Checklist

Additional Information

This pull request consolidates all necessary migration tasks into a single update due to the complexity and interdependencies of the changes involved. This strategic choice accelerates our transition without compromising the integrity of our functionalities.

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 99.70480% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 99.7%. Comparing base (15366c6) to head (421df0b).

Files Patch % Lines
maps_functions.go 96.0% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #14 +/- ## ======================================== + Coverage 76.6% 99.7% +23.0% ======================================== Files 16 13 -3 Lines 1511 1398 -113 ======================================== + Hits 1158 1394 +236 + Misses 264 2 -262 + Partials 89 2 -87 ```

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

andig commented 4 months ago

What about https://github.com/Masterminds/sprig/pull/62?