tests: add a feature diff test view and select by regex in feature tagging dashboard#16779
Open
maykathm wants to merge 2 commits intocanonical:masterfrom
Open
tests: add a feature diff test view and select by regex in feature tagging dashboard#16779maykathm wants to merge 2 commits intocanonical:masterfrom
maykathm wants to merge 2 commits intocanonical:masterfrom
Conversation
fbeac42 to
a4a4a23
Compare
|
Wed Mar 18 08:33:47 UTC 2026 Spread tests skipped |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #16779 +/- ##
=========================================
Coverage ? 77.63%
=========================================
Files ? 1351
Lines ? 188169
Branches ? 2446
=========================================
Hits ? 146078
Misses ? 33268
Partials ? 8823
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
sergiocazzolato
approved these changes
Mar 24, 2026
Contributor
sergiocazzolato
left a comment
There was a problem hiding this comment.
Nice, lets see how it works
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This adds:
New regex
When calculating the difference between test coverage, one can now specify a regex to select a set of systems. The regex permits users to examine the missing coverage of a single system against a set of systems.
For example, now if I wish to see what features are tested in all uc versions but not uc26, I can make the following query:

New test view in feature coverage difference
This adds a new test table when looking at feature coverage difference. It shows, of the feature coverage gap, what tests contain those missing features. Each entry in the table reports only missing features that test contains (not features in general that test may have). It allows a user to quickly see where to get the biggest gains in closing the feature coverage gap.

Additionally, a user may click on an individual entry in the new test table and see what features they can gain through that test.
