dapr / go-sdk

Dapr SDK for go
Apache License 2.0
447 stars 171 forks source link

workflows: support set custom status #639

Closed famarting closed 2 weeks ago

famarting commented 1 month ago

Description

closes https://github.com/dapr/go-sdk/issues/635

Issue reference

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 61.66%. Comparing base (27248ba) to head (143668b). Report is 37 commits behind head on main.

Files with missing lines Patch % Lines
workflow/context.go 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #639 +/- ## ========================================== + Coverage 58.04% 61.66% +3.62% ========================================== Files 55 56 +1 Lines 3568 3438 -130 ========================================== + Hits 2071 2120 +49 + Misses 1375 1193 -182 - Partials 122 125 +3 ```

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

famarting commented 3 weeks ago

merge please