Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Conversation

@cathay4t
Copy link
Member

Changed EncodeError from struct to enum and remove the use of
anyhow but using thiserror instead.

Changed `EncodeError` from `struct` to `enum` and remove the use of
anyhow but using thiserror instead.

Signed-off-by: Gris Ge <[email protected]>
@codecov
Copy link

codecov bot commented Mar 27, 2025

Codecov Report

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

Project coverage is 35.08%. Comparing base (414d14e) to head (75214bb).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/errors.rs 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   34.60%   35.08%   +0.47%     
==========================================
  Files           3        3              
  Lines         367      362       -5     
==========================================
  Hits          127      127              
+ Misses        240      235       -5     

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

Adding `#[non_exhaustive]` to `DecodeError` and `EncodeError`, so
adding new enum variant will not breaking API.

Signed-off-by: Gris Ge <[email protected]>
@cathay4t cathay4t merged commit 1e7454c into rust-netlink:main Apr 2, 2025
4 of 5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant