8000 Fix substed working dir on windows by Spacetown · Pull Request #814 · gcovr/gcovr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix substed working dir on windows #814

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

Merged
merged 3 commits into from
Jul 30, 2023

Conversation

Spacetown
Copy link
Member
@Spacetown Spacetown commented Jul 30, 2023

The windows test was failing because of a update of the runner. It seems that the cmd.exe /C "..." doesn't work anymore. Maybe this is a problem with the quotes. This PR replaces the quoted command with a call to a batch script.

Add additional logging which helped finding the error.

@Spacetown Spacetown added Type: Bug Platform: Windows QA related to testing, build infrastructure, etc labels Jul 30, 2023
@Spacetown Spacetown added this to the Upcoming release milestone Jul 30, 2023
@codecov
Copy link
codecov bot commented Jul 30, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +1.22% 🎉

Comparison is base (eb4332a) 94.36% compared to head (5bfd16e) 95.58%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #814      +/-   ##
==========================================
+ Coverage   94.36%   95.58%   +1.22%     
==========================================
  Files          40       40              
  Lines        4028     4036       +8     
  Branches      789      789              
==========================================
+ Hits         3801     3858      +57     
+ Misses        147      101      -46     
+ Partials       80       77       -3     
Files Changed Coverage Δ
gcovr/coverage.py 97.16% <ø> (ø)
gcovr/formats/html/write.py 95.50% <ø> (+0.50%) ⬆️
gcovr/__main__.py 96.98% <100.00%> (+0.05%) ⬆️
gcovr/formats/gcov/read.py 82.10% <100.00%> (+0.75%) ⬆️
gcovr/utils.py 92.15% <100.00%> (+12.55%) ⬆️

... and 2 files with indirect coverage changes

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

@Spacetown Spacetown merged commit 2563829 into gcovr:master Jul 30, 2023
@Spacetown Spacetown deleted the fix_windows_subst_tests branch July 30, 2023 19:33
@Spacetown Spacetown removed this from the Upcoming release milestone Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Windows QA related to testing, build infrastructure, etc Type: Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0