dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.38k stars 971 forks source link

Include feature/* branches for PR builds #11478

Closed lonitra closed 4 months ago

lonitra commented 4 months ago
Microsoft Reviewers: Open in CodeFlow
codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 74.37587%. Comparing base (b0c599f) to head (d549023).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11478 +/- ## =================================================== + Coverage 74.37395% 74.37587% +0.00192% =================================================== Files 3028 3028 Lines 627670 627670 Branches 46764 46764 =================================================== + Hits 466823 466835 +12 + Misses 157495 157482 -13 - Partials 3352 3353 +1 ``` | [Flag](https://app.codecov.io/gh/dotnet/winforms/pull/11478/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | Coverage Δ | | |---|---|---| | [Debug](https://app.codecov.io/gh/dotnet/winforms/pull/11478/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `74.37587% <ø> (+0.00192%)` | :arrow_up: | | [integration](https://app.codecov.io/gh/dotnet/winforms/pull/11478/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `17.99461% <ø> (+0.00738%)` | :arrow_up: | | [production](https://app.codecov.io/gh/dotnet/winforms/pull/11478/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `47.17710% <ø> (+0.00422%)` | :arrow_up: | | [test](https://app.codecov.io/gh/dotnet/winforms/pull/11478/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `96.98803% <ø> (ø)` | | | [unit](https://app.codecov.io/gh/dotnet/winforms/pull/11478/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `44.16134% <ø> (+0.00702%)` | :arrow_up: | 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=dotnet#carryforward-flags-in-the-pull-request-comment) to find out more.
Tanya-Solyanik commented 4 months ago

@KlausLoeffelmann - FYI re your DarkMode branch

KlausLoeffelmann commented 4 months ago

Ah, nice. Yes, I have to update that anyway. The features I am working on need to build on each other. So, DarkMode is based, Async is on top of that, and Analyzers is on top of that.

I will mirror Analyzers therefore to the DarkMode branch, so we see what overall issues we have.

Thanks for the Ping!!