-
Notifications
You must be signed in to change notification settings - Fork 405
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
feat: add endpoint to revert v2 versioning #3897
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3897 +/- ##
==========================================
+ Coverage 95.87% 95.94% +0.07%
==========================================
Files 1134 1135 +1
Lines 36009 36087 +78
==========================================
+ Hits 34522 34624 +102
+ Misses 1487 1463 -24 ☔ View full report in Codecov by Sentry. |
Dismissing as I've added a few changes since the review.
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Adds an endpoint to revert v2 feature versioning.
How did you test this code?
Updated an integration test to include logic to test reversion.