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.45k stars 1.23k forks source link

Run Stryker on Linux #2298

Closed martincostello closed 2 months ago

martincostello commented 2 months ago

Run Stryker on Linux instead of Windows to see if it makes things faster.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 85.38%. Comparing base (e84dd63) to head (e1c9494).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2298 +/- ## ========================================== + Coverage 85.35% 85.38% +0.02% ========================================== Files 313 313 Lines 7457 7457 Branches 1124 1124 ========================================== + Hits 6365 6367 +2 + Misses 746 745 -1 + Partials 346 345 -1 ``` | [Flag](https://app.codecov.io/gh/App-vNext/Polly/pull/2298/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/2298/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext) | `85.38% <ø> (+0.02%)` | :arrow_up: | | [macos](https://app.codecov.io/gh/App-vNext/Polly/pull/2298/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext) | `85.35% <ø> (ø)` | | | [windows](https://app.codecov.io/gh/App-vNext/Polly/pull/2298/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext) | `85.35% <ø> (ø)` | | 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.

martincostello commented 2 months ago

Still not working.