Closed Hook25 closed 1 month ago
Attention: Patch coverage is 88.88889%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 45.88%. Comparing base (
0881101
) to head (570c8c6
). Report is 35 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
checkbox-ng/checkbox_ng/launcher/subcommands.py | 88.88% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
We need a way to programmatically fetch the list of manifest entries needed to run a test plan. This makes it easier to automatically verify manifests in CI, track changes to testplans manifest entries and more. This adds manifest units to the
expand
command filtering out those that aren't used in the testplan.Resolved issues
Fixes: https://warthogs.atlassian.net/browse/CHECKBOX-1555
Documentation
This adds plenty comments to the expander.
Tests
WIP