-
Notifications
You must be signed in to change notification settings - Fork 340
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
add schema for validating meta field of assets #935
Conversation
Codecov Report
@@ Coverage Diff @@
## master #935 +/- ##
=======================================
Coverage 52.84% 52.85%
=======================================
Files 181 182 +1
Lines 8825 8864 +39
=======================================
+ Hits 4664 4685 +21
- Misses 4161 4179 +18
Continue to review full report at Codecov.
|
We will be needing another migration to handle the existing invalid meta objects. Before I work on that, can someone confirm the correctness of this implementation? |
ignore the existing values since we cant really do anything in those cases. |
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
fixes: #799