Skip to content

ref: make use of sentry__string_empty() - #2074

Merged
jpnurmi merged 1 commit into
masterfrom
jpnurmi/ref/string-empty
Sep 7, 2026
Merged

ref: make use of sentry__string_empty()#2074
jpnurmi merged 1 commit into
masterfrom
jpnurmi/ref/string-empty

Conversation

@jpnurmi

@jpnurmi jpnurmi commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

Replace compound NULL/empty checks and boolean length checks with the dedicated and easier-to-read helper for checking empty strings, preserving pointer guards and fallback behavior.

Replace compound NULL/empty checks and boolean length checks with
the dedicated and easier-to-read helper for checking empty strings,
preserving pointer guards and fallback behavior.
@codecov

codecov Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 88.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.34%. Comparing base (394af78) to head (891c296).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2074      +/-   ##
==========================================
- Coverage   74.41%   74.34%   -0.08%     
==========================================
  Files         103      103              
  Lines       26746    26746              
  Branches     4873     4871       -2     
==========================================
- Hits        19903    19883      -20     
- Misses       5487     5517      +30     
+ Partials     1356     1346      -10     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jpnurmi
jpnurmi merged commit 32124d1 into master Sep 7, 2026
71 checks passed
@jpnurmi
jpnurmi deleted the jpnurmi/ref/string-empty branch September 7, 2026 08:34
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.

2 participants