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

zcash_client_backend: Post-merge cleanups to test framework extraction #1539

Merged
merged 3 commits into from
Sep 20, 2024

Conversation

str4d
Copy link
Contributor

@str4d str4d commented Sep 12, 2024

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.42%. Comparing base (0777cbc) to head (63c1de3).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1539   +/-   ##
=======================================
  Coverage   60.42%   60.42%           
=======================================
  Files         147      147           
  Lines       17123    17123           
=======================================
  Hits        10347    10347           
  Misses       6776     6776           

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

This reduces the feature-flag-related `WalletRead` breakage for crate
users, and gives us a place to expose even more internal Data Access API
implementation details for general testing purposes.
nuttycom
nuttycom previously approved these changes Sep 12, 2024
Copy link
Contributor

@nuttycom nuttycom left a comment

Choose a reason for hiding this comment

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

utACK, this seems like a good simplification. But should this wait to merge until after #1533?

@str4d
Copy link
Contributor Author

str4d commented Sep 12, 2024

Yes it will; that's partly why this PR is a draft (the other part is that I have not finished it, but in any case my changes will be a much smaller diff).

Copy link
Contributor

@daira daira left a comment

Choose a reason for hiding this comment

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

utACK

@str4d str4d merged commit 4b3bc8f into main Sep 20, 2024
28 checks passed
@str4d str4d deleted the zcb-test-cleanups branch September 20, 2024 18:11
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.

3 participants