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

Don't require base_ring in ring conformance tests #1946

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

fingolfin
Copy link
Member

Not all rings provide this, nor should they have to. But if a ring provides it, it should be compatible with base_ring_type.

Resolves #1944

Not all rings provide this, nor should they have to. But *if* a ring
provides it, it should be compatible with `base_ring_type`.
Copy link

codecov bot commented Dec 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.22%. Comparing base (e5916d3) to head (a5c16bb).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1946      +/-   ##
==========================================
- Coverage   88.22%   88.22%   -0.01%     
==========================================
  Files         119      119              
  Lines       30425    30425              
==========================================
- Hits        26843    26842       -1     
- Misses       3582     3583       +1     

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

@thofma thofma enabled auto-merge (squash) December 23, 2024 14:09
@thofma thofma disabled auto-merge December 23, 2024 14:09
@thofma thofma merged commit 82c1b6a into master Dec 23, 2024
28 of 29 checks passed
@thofma thofma deleted the mh/conformance-base_ring branch December 23, 2024 14:09
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.

Ring conformance tests should not *require* base_ring
2 participants