-
-
Notifications
You must be signed in to change notification settings - Fork 851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Ubuntu for Code Coverage. #1377
Conversation
Dammit. Code Coverage does not seem to work on Ubuntu https://github.com/SixLabors/ImageSharp/runs/1242561780?check_suite_focus=true#step:7:26 For a cross platform infrastructure .NET Core testing is depressingly flaky. |
|
@brianpopow Looks like it's a bug in the collector. https://github.com/SixLabors/ImageSharp/pull/1377/checks?check_run_id=1242883010#step:6:360 |
Looks like a known issue. Will have a look at the nightlies |
TIL RemoteExecutor doesn't work with Microsoft.Net.Compilers.Toolset 3.7.0 on NET 4.7.2, reverting back to 3.3.1 and everything works.
|
Codecov Report
@@ Coverage Diff @@
## master #1377 +/- ##
==========================================
+ Coverage 82.80% 82.85% +0.05%
==========================================
Files 690 690
Lines 31033 31074 +41
Branches 3512 3512
==========================================
+ Hits 25696 25747 +51
+ Misses 4615 4605 -10
Partials 722 722
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Use Ubuntu for Code Coverage.
Prerequisites
Description
According to my independent testing the RemoteExecutor still works with Ubuntu so we can use that OS as a workaround for #1376 for now.