Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid duplicate crates #12985

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Avoid duplicate crates #12985

wants to merge 1 commit into from

Conversation

rex4539
Copy link
Contributor

@rex4539 rex4539 commented Feb 24, 2025

No description provided.

@rex4539 rex4539 requested a review from a team as a code owner February 24, 2025 21:05
@rex4539 rex4539 requested a review from wacban February 24, 2025 21:05
Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.91%. Comparing base (b848b2d) to head (52121c3).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12985      +/-   ##
==========================================
- Coverage   69.92%   69.91%   -0.01%     
==========================================
  Files         859      859              
  Lines      176306   176306              
  Branches   176306   176306              
==========================================
- Hits       123275   123267       -8     
- Misses      47868    47873       +5     
- Partials     5163     5166       +3     
Flag Coverage Δ
backward-compatibility 0.36% <ø> (ø)
db-migration 0.36% <ø> (ø)
genesis-check 1.43% <ø> (ø)
linux 69.60% <ø> (+0.01%) ⬆️
linux-nightly 69.46% <ø> (-0.03%) ⬇️
pytests 1.74% <ø> (ø)
sanity-checks 1.55% <ø> (ø)
unittests 69.75% <ø> (-0.01%) ⬇️
upgradability 0.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

"rand",
"test_utils",
] }
near-primitives = { workspace = true, features = ["clock", "solomon", "rand", "test_utils"] }
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm pretty sure there was a really good reason for the path dependency and the duplicate here. Unfortunately we didn't leave the comment, but I don't think there's a need to take a risk and find out here.

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