Use .NET Core 3.1 LTS for tests (instead of 2.0) by lostmsu · Pull Request #1279 · pythonnet/pythonnet
Conversation
Copy link
Member
lostmsu
commented
Nov 12, 2020
lostmsu
commented
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.
lostmsu
force-pushed
the
update/NetCore21
branch
from
9aa51b1 to
31fffb6
Compare
Copy link
Codecov Report
Merging #1279 (13694d6) into master (d0c588b) will increase coverage by
1.37%.
The diff coverage isn/a.
@@ 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
| Flag | Coverage Δ | |
|---|---|---|
| setup_linux | 64.94% <ø> (ø) |
|
| setup_windows | 73.88% <ø> (+1.37%) |
⬆️ |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| setup.py | 87.62% <ø> (+1.37%) |
⬆️ |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update d0c588b...13694d6. Read the comment docs.
lostmsu
force-pushed
the
update/NetCore21
branch
from
31fffb6 to
13694d6
Compare
Copy link
Member Author
lostmsu
commented
Nov 13, 2020
lostmsu commented
Nov 13, 2020Travis 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.
lostmsu
merged commit
36bdb98
into
pythonnet:master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment