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(logs): Fixing bug in logs command, adding tests #137

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

IanWoodard
Copy link
Member

Fixes a bug where running the logs command without a specified service always fails. Added tests to hopefully catch bugs like this in the future and prevent regressions. Fixes #136

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.31%. Comparing base (1bb1bc9) to head (233469b).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
- Coverage   91.13%   90.31%   -0.83%     
==========================================
  Files          19       20       +1     
  Lines         914      960      +46     
==========================================
+ Hits          833      867      +34     
- Misses         81       93      +12     

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

@hubertdeng123 hubertdeng123 merged commit f42b680 into main Nov 12, 2024
13 of 14 checks passed
@hubertdeng123 hubertdeng123 deleted the iw/fix-logs-and-test branch November 12, 2024 02:12
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 tests to logs command
2 participants