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

ref(logs): Updating logs to use console util #117

Merged
merged 3 commits into from
Nov 6, 2024
Merged

Conversation

IanWoodard
Copy link
Member

Fixes #116. Adds a utility for printing color the the console in a relatively easy and standardized way.

Copy link

codecov bot commented Nov 4, 2024

Codecov Report

Attention: Patch coverage is 88.23529% with 12 lines in your changes missing coverage. Please review.

Project coverage is 90.96%. Comparing base (e80d030) to head (f3ae4d3).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
devservices/commands/stop.py 57.14% 3 Missing ⚠️
devservices/utils/console.py 93.61% 3 Missing ⚠️
devservices/commands/list_services.py 77.77% 2 Missing ⚠️
devservices/commands/start.py 66.66% 2 Missing ⚠️
devservices/commands/purge.py 75.00% 1 Missing ⚠️
devservices/utils/services.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #117      +/-   ##
==========================================
+ Coverage   90.72%   90.96%   +0.24%     
==========================================
  Files          19       19              
  Lines         819      874      +55     
==========================================
+ Hits          743      795      +52     
- Misses         76       79       +3     

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

@IanWoodard IanWoodard merged commit f2cad41 into main Nov 6, 2024
13 of 14 checks passed
@IanWoodard IanWoodard deleted the iw/console-logs branch November 6, 2024 19:45
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.

Add ability to write color to console
2 participants