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

Refactor Event Processing Logic into Separate Function #1634

Conversation

stav-bentov
Copy link
Contributor

Encapsulated loop logic into a dedicated function processSingleFileEvent to isolate responsibilities and simplify the main code flow.

@stav-bentov stav-bentov deleted the refactor-process-event-ae.c branch January 28, 2025 09:38
@stav-bentov stav-bentov restored the refactor-process-event-ae.c branch January 28, 2025 09:38
Copy link

codecov bot commented Jan 28, 2025

Codecov Report

Attention: Patch coverage is 80.95238% with 4 lines in your changes missing coverage. Please review.

Project coverage is 71.01%. Comparing base (9071a5c) to head (adc1c7c).
Report is 5 commits behind head on unstable.

Files with missing lines Patch % Lines
src/ae.c 80.95% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1634      +/-   ##
============================================
+ Coverage     70.85%   71.01%   +0.15%     
============================================
  Files           121      121              
  Lines         65169    65177       +8     
============================================
+ Hits          46176    46283     +107     
+ Misses        18993    18894      -99     
Files with missing lines Coverage Δ
src/ae.c 77.90% <80.95%> (+0.25%) ⬆️

... and 15 files with indirect coverage changes

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.

1 participant