Skip to content

Conversation

@aleksandarskrbic
Copy link
Contributor

@aleksandarskrbic aleksandarskrbic commented Nov 14, 2025

What changes are proposed in this pull request?

Fixes: #1444

How was this change tested?

@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

❌ Patch coverage is 92.18750% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.77%. Comparing base (3bcd274) to head (b2ba959).

Files with missing lines Patch % Lines
kernel/src/path.rs 92.85% 0 Missing and 4 partials ⚠️
kernel/src/listed_log_files.rs 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1483      +/-   ##
==========================================
+ Coverage   84.76%   84.77%   +0.01%     
==========================================
  Files         122      122              
  Lines       33032    33024       -8     
  Branches    33032    33024       -8     
==========================================
- Hits        28000    27997       -3     
+ Misses       3659     3657       -2     
+ Partials     1373     1370       -3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aleksandarskrbic aleksandarskrbic force-pushed the aleksandarskrbic/refactor/ParsedLogPath branch from 37f45a3 to f0a99f3 Compare November 14, 2025 22:28
@aleksandarskrbic aleksandarskrbic force-pushed the aleksandarskrbic/refactor/ParsedLogPath branch from 14d099d to 7f86cf8 Compare November 19, 2025 17:22
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.

Refactor ParsedLogPath::try_from to return Option<ParsedLogPath<Location>>

1 participant