chore: relint, tests, doc, ci#164
Merged
fredbi merged 4 commits intogo-openapi:masterfrom Mar 3, 2026
Merged
Conversation
13898cb to
1d97e19
Compare
Maintenance work. * test: upgraded testify/v2, migrated to generic assertions, refactored JSON assertions to leverage testify/v2.4.0 * test(internal/testintegration): re-enacted integration tests as a separate module. The repo thus moves technically to a mono-repo (with committed go.work). Moved the big Azure spec fixture to integration tests. * ci: switched to mono repo workflows, removed local git-cliff config * doc: fixed godoc formatting * doc: fixed discord link Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1d97e19 to
6f494bc
Compare
Sort map keys before iterating over newRefs in stripOAIGen and stripOAIGenForRef to avoid non-deterministic behavior caused by Go 1.26's Swiss Tables map implementation. Also ensures spec analysis is refreshed before stripping OAIGen refs and propagates parent tracking when target refs are themselves OAIGen entries. Co-Authored-By: Felix Kollmann <mail@fkollmann.de>
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (76.19%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #164 +/- ##
==========================================
- Coverage 91.67% 91.54% -0.13%
==========================================
Files 17 17
Lines 2017 2034 +17
==========================================
+ Hits 1849 1862 +13
- Misses 111 114 +3
- Partials 57 58 +1 ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintenance work.
Change type
Please select: 🆕 New feature or enhancement|🔧 Bug fix'|📃 Documentation update
Short description
Fixes
Full description
Checklist