Skip to content

Conversation

@elewis2
Copy link
Collaborator

@elewis2 elewis2 commented Dec 16, 2025

When creating the list of key alterations, uses the list of kbvariants prepared in the previous step to exclude alterations that won't appear in the kbmatches section (that is, variants that are not part of a complete match to a kbstatement, if allow_partial_matches is False).

kb_matches: List[Hashabledict], all_variants: Sequence[IprVariant]
kb_matches: List[Hashabledict],
all_variants: Sequence[IprVariant],
included_kb_matches: List[KbVariantMatch],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we document what included_kb_matches is used for? I fear we'll forget about it after a while

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.31%. Comparing base (88d1133) to head (e9575b3).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #92      +/-   ##
===========================================
+ Coverage    83.09%   83.31%   +0.22%     
===========================================
  Files           18       18              
  Lines         2455     2458       +3     
===========================================
+ Hits          2040     2048       +8     
+ Misses         415      410       -5     
Flag Coverage Δ
unittests 83.31% <100.00%> (+0.22%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants