Skip to content

feat: implement LengthProperty for CString and CStr#13

Merged
haraldmaida merged 1 commit into
mainfrom
feat/implement-length-property-for-cstring
Apr 19, 2025
Merged

feat: implement LengthProperty for CString and CStr#13
haraldmaida merged 1 commit into
mainfrom
feat/implement-length-property-for-cstring

Conversation

@haraldmaida
Copy link
Copy Markdown
Member

Until now the assertion has_length was not available for the types CString and CStr.

This has been fixed by implementing the LengthProperty trait for CString and CStr.

@haraldmaida haraldmaida added the enhancement New feature or request label Apr 19, 2025
@haraldmaida haraldmaida self-assigned this Apr 19, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.22%. Comparing base (64bb907) to head (c3dceff).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   92.20%   92.22%   +0.02%     
==========================================
  Files          21       21              
  Lines        1821     1827       +6     
  Branches     1821     1827       +6     
==========================================
+ Hits         1679     1685       +6     
  Misses        136      136              
  Partials        6        6              

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

@haraldmaida haraldmaida merged commit 3b49838 into main Apr 19, 2025
18 checks passed
@haraldmaida haraldmaida deleted the feat/implement-length-property-for-cstring branch April 19, 2025 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant