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

Adding unit tests for ValueTupleComparer and ValueTupleEqualityComparer #645

Conversation

elianora
Copy link
Contributor

@elianora elianora commented Apr 3, 2024

Addresses #621 by adding unit tests for ValueTupleComparer and ValueTupleEqualityComparer, as well as marking UnreachableException with [ExcludeFromCodeCoverage].

Fixes #621

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.35%. Comparing base (636e2d0) to head (690a5e1).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #645      +/-   ##
==========================================
+ Coverage   95.27%   95.35%   +0.07%     
==========================================
  Files         248      247       -1     
  Lines        8726     8720       -6     
  Branches     1615     1615              
==========================================
+ Hits         8314     8315       +1     
+ Misses        219      212       -7     
  Partials      193      193              

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

@viceroypenguin viceroypenguin merged commit bf051a2 into viceroypenguin:master Apr 3, 2024
4 checks passed
@elianora elianora deleted the feature/value-tuple-comparer-tests branch April 3, 2024 16:16
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.

Add missing unit tests
2 participants