-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Ensure path is set before trying to parse using %~nxI #7079
Ensure path is set before trying to parse using %~nxI #7079
Conversation
Signed-off-by: Stephen Crawford <steecraw@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #7079 +/- ##
============================================
- Coverage 70.77% 70.55% -0.23%
+ Complexity 59367 59352 -15
============================================
Files 4825 4852 +27
Lines 284369 285148 +779
Branches 41021 41109 +88
============================================
- Hits 201263 201177 -86
- Misses 66603 67442 +839
- Partials 16503 16529 +26
... and 502 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Gradle Check (Jenkins) Run Completed with:
|
Talked to @scrawfor99 offline as I have a tested solution with @vamsi-amazon. Close this now. Thanks. |
Description
Resolve the issue seen as a result of #6956.
Issues Resolved
Security and Job Scheduler failures amongst other repos.
Check List
New functionality includes testing.All tests passNew functionality has been documented.New functionality has javadoc addedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.