Skip to content

chore: Add Unwrap Clippy Lint#28

Merged
ilikepi63 merged 4 commits intomainfrom
chore/implement-unwrap-clippy-lint
May 7, 2025
Merged

chore: Add Unwrap Clippy Lint#28
ilikepi63 merged 4 commits intomainfrom
chore/implement-unwrap-clippy-lint

Conversation

@ilikepi63
Copy link
Owner

Description

We ideally don't want the behaviour of this library panic'ing at runtime. This PR works to remove all unwrap's as well as implementing a clippy lint for it.

@ilikepi63 ilikepi63 added the enhancement New feature or request label May 7, 2025
@codecov-commenter
Copy link

codecov-commenter commented May 7, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 13.04348% with 40 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@43a8b94). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/batch_coordinator/simple/mod.rs 13.04% 40 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage        ?   82.43%           
=======================================
  Files           ?       13           
  Lines           ?     1133           
  Branches        ?     1133           
=======================================
  Hits            ?      934           
  Misses          ?      171           
  Partials        ?       28           

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

@ilikepi63 ilikepi63 merged commit 5d97b0a into main May 7, 2025
2 checks passed
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.

2 participants