App-vNext / Polly

Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
https://www.thepollyproject.org
BSD 3-Clause "New" or "Revised" License
13.35k stars 1.22k forks source link

Update signing workflow #2323

Closed martincostello closed 1 day ago

martincostello commented 1 day ago

Tested in #2322.

codecov[bot] commented 1 day ago

Codecov Report

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

Project coverage is 85.39%. Comparing base (0969c55) to head (23e17ac). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2323 +/- ## ======================================= Coverage 85.39% 85.39% ======================================= Files 313 313 Lines 7461 7461 Branches 1126 1126 ======================================= Hits 6371 6371 Misses 745 745 Partials 345 345 ``` | [Flag](https://app.codecov.io/gh/App-vNext/Polly/pull/2323/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext) | Coverage Δ | | |---|---|---| | [linux](https://app.codecov.io/gh/App-vNext/Polly/pull/2323/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext) | `85.39% <ø> (+0.02%)` | :arrow_up: | | [macos](https://app.codecov.io/gh/App-vNext/Polly/pull/2323/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext) | `85.36% <ø> (-0.03%)` | :arrow_down: | | [windows](https://app.codecov.io/gh/App-vNext/Polly/pull/2323/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext) | `85.36% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext#carryforward-flags-in-the-pull-request-comment) to find out more.

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