Use .NET Core 3.1 LTS for tests (instead of 2.0)#1279
Use .NET Core 3.1 LTS for tests (instead of 2.0)#1279lostmsu merged 1 commit intopythonnet:masterfrom
Conversation
9aa51b1 to
31fffb6
Compare
Codecov Report
@@ Coverage Diff @@
## master #1279 +/- ##
==========================================
+ Coverage 86.25% 87.62% +1.37%
==========================================
Files 1 1
Lines 291 291
==========================================
+ Hits 251 255 +4
+ Misses 40 36 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
31fffb6 to
13694d6
Compare
|
Travis actually passed, but for some reason was not recorded correctly: https://travis-ci.org/github/pythonnet/pythonnet/builds/743309873 Since there are no functional changes, and tests still pass, I am going to merge this. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1279 +/- ##
==========================================
+ Coverage 86.25% 87.62% +1.37%
==========================================
Files 1 1
Lines 291 291
==========================================
+ Hits 251 255 +4
+ Misses 40 36 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What does this implement/fix? Explain your changes.
.NET Core 2.0 is no longer supported. This moves tests to .NET Core 3.1 LTS, which should be supported until Dec 2022.