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

Downgrade sign tool #2305

Closed martincostello closed 6 days ago

martincostello commented 6 days ago

Downgrade the sign tool to the same version used when we published v8.4.1 to see if it's the source of the failure.

codecov[bot] commented 6 days ago

Codecov Report

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

Project coverage is 85.39%. Comparing base (f7dc35f) to head (f4abd47). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2305 +/- ## ======================================= 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/2305/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/2305/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext) | `85.39% <ø> (ø)` | | | [macos](https://app.codecov.io/gh/App-vNext/Polly/pull/2305/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext) | `85.39% <ø> (ø)` | | | [windows](https://app.codecov.io/gh/App-vNext/Polly/pull/2305/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.