-
Notifications
You must be signed in to change notification settings - Fork 51
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
Core Image Reference Asset #197
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the lint is failing, you should be able to run:
bazel test //plugins/reference-assets/core:@player-ui/reference-assets-plugin-lint
to reproduce
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #197 +/- ##
==========================================
- Coverage 82.25% 82.18% -0.08%
==========================================
Files 130 132 +2
Lines 4526 4540 +14
Branches 1114 1117 +3
==========================================
+ Hits 3723 3731 +8
- Misses 526 531 +5
- Partials 277 278 +1
☔ View full report in Codecov by Sentry. |
Fixes #186
Created an Image reference asset (core and React).
Change Type (required)
Indicate the type of change your pull request is:
patch
minor
major