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

Improve testing #9

Merged
merged 5 commits into from
Feb 8, 2024
Merged

Improve testing #9

merged 5 commits into from
Feb 8, 2024

Conversation

JosephDuffy
Copy link
Owner

Mostly adding more tests to test edge cases and impossible scenarios.

Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d6efa5f) 95.61% compared to head (4243bc1) 96.83%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
+ Coverage   95.61%   96.83%   +1.22%     
==========================================
  Files           9       10       +1     
  Lines        1891     2657     +766     
==========================================
+ Hits         1808     2573     +765     
- Misses         83       84       +1     

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

This adds support for the package access modifier, fixes `isEqual(to:)` being open when the class is open, and allow `hash(into:)` to be open when the class is open and `finalHashInto` is `false`.
@JosephDuffy JosephDuffy merged commit b17f467 into main Feb 8, 2024
16 checks passed
@JosephDuffy JosephDuffy deleted the improve-testing branch February 8, 2024 03:40
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.

1 participant