report all files in CI test coverage #10560
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
refs: #10559
Description
#10556 made coverage reports include all files, but only in package reports. This makes CI's report across all packages also use
--all
.While working on this I wanted to be able to document all the kinks I ran into so I also consolidated this capability in a single script with explanatory comments.
Security Considerations
none
Scaling Considerations
none
Documentation Considerations
includes docs now
Testing Considerations
The
coverage
job runs in the after-merge workflow but only onpush
so I can't trigger it in CI. Instead I've run the script locally. When it reaches cosmic-swingset it dies on./bin/rosetta-cli
but I just skipped that package and confirmed the generated report is as expected.Upgrade Considerations
n/a