-
Notifications
You must be signed in to change notification settings - Fork 289
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
Updated Effect schema with enabled flag #1798
Updated Effect schema with enabled flag #1798
Conversation
- Updated Effect schema to version 2 and core version to 0.18.0 - Updated unit tests to account for enabled flag Signed-off-by: Florian Schleich <[email protected]>
Signed-off-by: Florian Schleich <[email protected]>
ca519be
to
334bf4c
Compare
I need some guidance on how to correctly update
|
A while back when we added |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1798 +/- ##
==========================================
- Coverage 84.11% 81.62% -2.50%
==========================================
Files 198 176 -22
Lines 22241 12350 -9891
Branches 4687 3036 -1651
==========================================
- Hits 18709 10081 -8628
+ Misses 2610 1730 -880
+ Partials 922 539 -383
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 65 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Signed-off-by: Florian Schleich <[email protected]>
b266f1a
to
c2ab22f
Compare
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 great - thanks for the update!
e1f3791
into
AcademySoftwareFoundation:main
This PR addresses #1187 - Add enabled Flag to Effects
If there is an associated issue, link it in the form:
Fixes #1187
Summarize your change.
- Updated Effect schema to version 2- Updated core version to 0.18.0Reference associated tests.
test_effect.py
to account for enabled flagempty_effect.json
and updatedtest_json_backend.py
accordingly