Closed davemooreuws closed 4 months ago
Attention: Patch coverage is 0%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 1.16%. Comparing base (
c802f08
) to head (fa4eded
).
Files | Patch % | Lines |
---|---|---|
pkg/project/runtime/runtime.go | 0.00% | 7 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version 1.44.3 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
I found this bug by creating two services in golang with the custom runtime. The HANDLER arg was overwritten and all services got the same value, this fixes that.