Skip to content

Fix vcpkg command paths on Windows - #119

Merged
timkpaine merged 1 commit into
mainfrom
fix-vcpkg-windows-command-paths
Jul 28, 2026
Merged

Fix vcpkg command paths on Windows#119
timkpaine merged 1 commit into
mainfrom
fix-vcpkg-windows-command-paths

Conversation

@timkpaine

Copy link
Copy Markdown
Member

Fix vcpkg command generation on Windows by removing the POSIX ./ prefix and invoking vcpkg.exe for package installation. POSIX command paths remain unchanged.

This unblocks vcpkg-enabled Windows builds in python-project-templates/python-template-cpp#86.

Verified with the full 77-test suite, ruff, mdformat, and codespell.

Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Test Results

77 tests  +2   77 ✅ +2   1m 4s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit ba5a14a. ± Comparison against base commit 827c49a.

@github-actions

github-actions Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Test Results

77 tests  +2   77 ✅ +2   1m 0s ⏱️ -4s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit ba5a14a. ± Comparison against base commit 827c49a.

♻️ This comment has been updated with latest results.

@codecov

codecov Bot commented Jul 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.63%. Comparing base (827c49a) to head (ba5a14a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #119      +/-   ##
==========================================
+ Coverage   94.45%   94.63%   +0.17%     
==========================================
  Files          14       14              
  Lines        1173     1192      +19     
==========================================
+ Hits         1108     1128      +20     
+ Misses         65       64       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@timkpaine
timkpaine merged commit c32fbcb into main Jul 28, 2026
6 checks passed
@timkpaine
timkpaine deleted the fix-vcpkg-windows-command-paths branch July 28, 2026 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant