Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5970 +/- ##
==========================================
- Coverage 68.24% 68.23% -0.01%
==========================================
Files 1142 1143 +1
Lines 242803 242869 +66
Branches 25385 25388 +3
==========================================
+ Hits 165704 165725 +21
- Misses 70407 70447 +40
- Partials 6692 6697 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Contributor
Author
|
Turns out I could get away with just changing from pool name to vmImage and no other changes were required, at least for now. Once the docker image is ready I will create a new PR to get those in. |
safern
approved these changes
Oct 14, 2021
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With Ubuntu 16.04 queues no longer being supported in Azure devops actions/runner-images#3287, this PR switches all the Ubuntu queues (not the docker images yet) from 16.04 to 18.04.