Closed gwardwell closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.94%. Comparing base (
4f35e40
) to head (28fe42c
).:exclamation: Current head 28fe42c differs from pull request most recent head 2ae576c. Consider uploading reports for the commit 2ae576c to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
When a custom
nodeQualifier
is provided, it is possible to completely omit an entity from the FROID schema. Since this may not always be the desired behavior, this PR adds a new optional qualifier to re-evaluate omitted entities to determine if they should be included in the FROID schema. We need to do it this way because we have to build the list of passing entities before we can reevaluate whether the omitted entities should actually be included in the FROID schema.The tests contributed by this PR illustrate the changes in behavior with and without the new qualifier being provided.
Type of Change
Checklist