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

Add extension point for stylizing console output #687

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Fix Python 3.6 builds

7798cca
Select commit
Loading
Failed to load commit list.
Open

Add extension point for stylizing console output #687

Fix Python 3.6 builds
7798cca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 5, 2025 in 1s

87.51% (+0.22%) compared to c8f5479

View this Pull Request on Codecov

87.51% (+0.22%) compared to c8f5479

Details

Codecov Report

Attention: Patch coverage is 93.63057% with 10 lines in your changes missing coverage. Please review.

Project coverage is 87.51%. Comparing base (c8f5479) to head (7798cca).

Files with missing lines Patch % Lines
colcon_core/output_style/ansi_colors.py 89.47% 3 Missing and 3 partials ⚠️
colcon_core/output_style/__init__.py 94.44% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #687      +/-   ##
==========================================
+ Coverage   87.29%   87.51%   +0.22%     
==========================================
  Files          68       71       +3     
  Lines        3951     4101     +150     
  Branches      760      787      +27     
==========================================
+ Hits         3449     3589     +140     
- Misses        396      399       +3     
- Partials      106      113       +7     

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