dapr / go-sdk

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

Updates pinned runtime #469

Closed ItalyPaleAle closed 12 months ago

ItalyPaleAle commented 12 months ago

This is needed in components-contrib as we cannot pin an updated runtime in cert tests without an updated Go SDK, due to a complex circular dependency

codecov[bot] commented 12 months ago

Codecov Report

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

Comparison is base (57466dd) 68.96% compared to head (4acb922) 68.96%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #469 +/- ## ======================================= Coverage 68.96% 68.96% ======================================= Files 34 34 Lines 2707 2707 ======================================= Hits 1867 1867 Misses 732 732 Partials 108 108 ``` | [Files](https://app.codecov.io/gh/dapr/go-sdk/pull/469?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr) | Coverage Δ | | |---|---|---| | [client/client.go](https://app.codecov.io/gh/dapr/go-sdk/pull/469?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-Y2xpZW50L2NsaWVudC5nbw==) | `70.24% <100.00%> (ø)` | | | [client/metadata.go](https://app.codecov.io/gh/dapr/go-sdk/pull/469?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-Y2xpZW50L21ldGFkYXRhLmdv) | `34.84% <100.00%> (ø)` | |

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

yaron2 commented 12 months ago

Examples validation is failing

ItalyPaleAle commented 12 months ago

Examples validation is failing

Seems unrelated. Flaky test?