Skip to content

feat(collection): added generic assertions for equality on slices and maps#87

Merged
fredbi merged 1 commit intogo-openapi:masterfrom
fredbi:feat/86-sliceequalt
Apr 13, 2026
Merged

feat(collection): added generic assertions for equality on slices and maps#87
fredbi merged 1 commit intogo-openapi:masterfrom
fredbi:feat/86-sliceequalt

Conversation

@fredbi
Copy link
Copy Markdown
Member

@fredbi fredbi commented Apr 13, 2026

doc: updated project documentation

Change type

🆕 New feature or enhancement

Short description

Fixes

Full description

Checklist

  • I have signed all my commits with my name and email (see DCO. This does not require a PGP-signed commit
  • I have rebased and squashed my work, so only one commit remains
  • I have added tests to cover my changes.
  • I have properly enriched go doc comments in code.
  • I have properly documented any breaking change.

… maps

doc: updated project documentation

* fixes go-openapi#86

Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>
@fredbi fredbi self-assigned this Apr 13, 2026
@fredbi fredbi mentioned this pull request Apr 13, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.30%. Comparing base (bdd7923) to head (aa9182b).
⚠️ Report is 4 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage   91.24%   91.30%   +0.05%     
==========================================
  Files          91       91              
  Lines       11929    12029     +100     
==========================================
+ Hits        10885    10983      +98     
- Misses        830      831       +1     
- Partials      214      215       +1     

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

@fredbi fredbi merged commit 1cd664e into go-openapi:master Apr 13, 2026
23 checks passed
@fredbi fredbi deleted the feat/86-sliceequalt branch April 13, 2026 20:07
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.

SliceEqualT and MapEqualT

1 participant