-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DDO-3785] Ignore suitability within Sherlock #617
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.
removes "suitability" as a top-level attribute, now lives somewhere in roles.
Quality Gate passedIssues Measures |
No API changes detected |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #617 +/- ##
==========================================
+ Coverage 69.62% 69.64% +0.02%
==========================================
Files 272 272
Lines 12370 12355 -15
==========================================
- Hits 8612 8605 -7
+ Misses 2880 2871 -9
- Partials 878 879 +1
|
I'll remove it from the API and then the database at a later junction. Requires all other PRs for DDO-3785 to be merged first.
Testing
Updated tests to all reference roles rather than suitability. Had more than I thought, I thought I updated tests before, but I'm not arguing.
Risk
Low