[WIP] Fix the failing GitHub Actions workflow for test coverage report#1370
Merged
lpcox merged 2 commits intocopilot/fix-circular-dependency-issuefrom Mar 19, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Improves CI test coverage to unblock the “Test Coverage Report” GitHub Actions workflow by adding targeted unit tests for previously uncovered branches in docker-manager.
Changes:
- Add test coverage for invalid
SUDO_UID/SUDO_GIDparsing paths ingetSafeHostUid()andgetSafeHostGid(). - Extend chroot env passthrough test to cover
RUSTUP_HOME→AWF_RUSTUP_HOME. - Add api-proxy env tests for
OPENAI_API_BASE_PATHandANTHROPIC_API_BASE_PATHbeing set/unset based on config.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Mar 19, 2026
lpcox
added a commit
that referenced
this pull request
Mar 19, 2026
…1369) * feat: support base path prefix for OpenAI and Anthropic API targets Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> * [WIP] Fix the failing GitHub Actions workflow for test coverage report (#1370) * Initial plan * fix: add tests for api-base-path feature to fix coverage regression --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * test: add robust tests for API target path preservation * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * fix: resolve high severity flatted prototype pollution vulnerability (#1372) * Initial plan * fix: update flatted to 3.4.2 to resolve high severity prototype pollution vulnerability Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> Co-authored-by: Landon Cox <landon.cox@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
src/docker-manager.tsandsrc/cli.ts)openaiApiBasePathin api-proxy environment (lines 1204, 1271)anthropicApiBasePathin api-proxy environment (lines 1206, 1281)Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.