Skip to content

Conversation

suzmue
Copy link
Collaborator

@suzmue suzmue commented Oct 15, 2025

Our minimal version testing currently uses test which brings in dev dependencies. In this case I believe at least async-trait is resolved to different versions: 0.1.13 when using test, 0.1.0 when using check.

We also receive a new deprecation warning due to a transitive dependency (related issue RustCrypto/traits#2036).

Copy link

codecov bot commented Oct 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.72%. Comparing base (bd3452e) to head (48bec0b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3541   +/-   ##
=======================================
  Coverage   95.72%   95.72%           
=======================================
  Files         124      124           
  Lines        4979     4979           
=======================================
  Hits         4766     4766           
  Misses        213      213           

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

@suzmue suzmue changed the title WIP test: add minimal version testing on non-dev code test: add minimal version testing on non-dev code Oct 17, 2025
@suzmue suzmue marked this pull request as ready for review October 17, 2025 21:30
@suzmue suzmue requested a review from a team as a code owner October 17, 2025 21:30

impl std::convert::From<KeyAes256> for crate::model::CommonObjectRequestParams {
fn from(value: KeyAes256) -> Self {
#[allow(deprecated)]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you say more words here? What are we using that is deprecated?

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