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

removing cruft

f3ae4d3
Select commit
Loading
Failed to load commit list.
Merged

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

removing cruft
f3ae4d3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 6, 2024 in 0s

90.96% (+0.24%) compared to e80d030

View this Pull Request on Codecov

90.96% (+0.24%) compared to e80d030

Details

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 1 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.