Closed 42atomys closed 1 month ago
Attention: Patch coverage is 95.34884%
with 2 lines
in your changes missing coverage. Please review.
Files with missing lines | Patch % | Lines |
---|---|---|
alias.go | 80.0% | 1 Missing and 1 partial :warning: |
Files with missing lines | Coverage Δ | |
---|---|---|
handler.go | 100.0% <100.0%> (ø) |
|
notice.go | 100.0% <100.0%> (ø) |
|
registry.go | 100.0% <100.0%> (ø) |
|
sprigin/sprig_backward_compatibility.go | 100.0% <100.0%> (ø) |
|
sprout.go | 100.0% <100.0%> (ø) |
|
alias.go | 90.9% <80.0%> (-9.1%) |
:arrow_down: |
Description
This pull requests grabs returns for the
v0.6.0-rc.1
(Release Candidate 1) and resolve issues related to it.Changes
Raw
prefix toFunctions
andAliases
function to be more comprehensible and prevent confusion withFuncs()
from sprig.NewFunctionhandler
labelled as deprecated in v0.2.0 to prepare thev1.0.0
Fixes #66, #67
Checklist