[projmgr] Update test case OutputDirsAbsolutePath#2083
Merged
Conversation
c1572aa to
301ba4d
Compare
301ba4d to
9789f07
Compare
Test Results 3 files 18 suites 12m 6s ⏱️ Results for commit 0001e52. ♻️ This comment has been updated with latest results. |
OutputDirsAbsolutePathOutputDirsAbsolutePath
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2083 +/- ##
==========================================
- Coverage 66.36% 66.36% -0.01%
==========================================
Files 173 173
Lines 36461 36461
Branches 21225 21225
==========================================
- Hits 24198 24197 -1
Misses 7878 7878
- Partials 4385 4386 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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
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.
The test case
OutputDirsAbsolutePathis intended to catch a non-portable absolute path on Windows.GH Runners for win-amd64 started to use the
C:drive letter instead ofD:, hiding the portability issue under test and causing the test failure.This PR sets an UNC path
\\non_existing_cmsisin the non-portable absolute path under test, restoring the expected test behavior.