Skip to content

Conversation

kozlovic
Copy link
Member

Handling a request that did not return an error would still lead to the number of errors to be incremented and the last error to be cleared.

Resolves #893

Signed-off-by: Ivan Kozlovic ivan@synadia.com

Handling a request that did not return an error would still lead
to the number of errors to be incremented and the last error to
be cleared.

Resolves #893

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
Copy link

codecov bot commented Jul 24, 2025

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 70.08%. Comparing base (10e55d4) to head (a4f3a33).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/micro_endpoint.c 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #894      +/-   ##
==========================================
- Coverage   70.10%   70.08%   -0.03%     
==========================================
  Files          47       47              
  Lines       15578    15579       +1     
  Branches     3210     3211       +1     
==========================================
- Hits        10921    10918       -3     
- Misses       1571     1576       +5     
+ Partials     3086     3085       -1     

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

@kozlovic kozlovic requested a review from derekcollison July 24, 2025 16:13
Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kozlovic kozlovic merged commit 8c2231e into main Jul 24, 2025
29 checks passed
@kozlovic kozlovic deleted the fix_893 branch July 24, 2025 16:16
github-actions bot pushed a commit that referenced this pull request Jul 24, 2025
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.

microStats error counter increases when there are no errors
2 participants