Skip to content
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

Fix the default value for create_hook_set_value() #549

Merged
merged 3 commits into from
Aug 18, 2023

Update colcon_core/shell/__init__.py

b65c797
Select commit
Loading
Failed to load commit list.
Merged

Fix the default value for create_hook_set_value() #549

Update colcon_core/shell/__init__.py
b65c797
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 18, 2023 in 0s

81.93% (-0.09%) compared to 4e10411

View this Pull Request on Codecov

81.93% (-0.09%) compared to 4e10411

Details

Codecov Report

Patch coverage has no change and project coverage change: -0.09% ⚠️

Comparison is base (4e10411) 82.01% compared to head (b65c797) 81.93%.
Report is 15 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #549      +/-   ##
==========================================
- Coverage   82.01%   81.93%   -0.09%     
==========================================
  Files          62       65       +3     
  Lines        3642     3753     +111     
  Branches      705      724      +19     
==========================================
+ Hits         2987     3075      +88     
- Misses        603      622      +19     
- Partials       52       56       +4     
Files Changed Coverage Δ
colcon_core/shell/__init__.py 98.61% <ø> (ø)
colcon_core/shell/bat.py 91.54% <0.00%> (ø)
colcon_core/shell/sh.py 91.54% <0.00%> (ø)

... and 13 files with indirect coverage changes

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