Demonstrate how to list individual test results#3688
Merged
Conversation
vkarak
reviewed
Jun 23, 2026
vkarak
requested changes
Jun 23, 2026
vkarak
left a comment
Contributor
There was a problem hiding this comment.
We've recently made DCO commits required. Would you mind re-doing your commit with git commit -s or adding the following line in your commit:
Signed-off-by: Your Name <your@email.com>
vkarak
reviewed
Jun 24, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3688 +/- ##
==========================================
+ Coverage 91.21% 91.90% +0.69%
==========================================
Files 62 62
Lines 13782 13782
==========================================
+ Hits 12571 12667 +96
+ Misses 1211 1115 -96 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
|
Lgtm, only thing remaining is signing-off your commits (see instructions here: https://github.com/reframe-hpc/reframe/pull/3688/checks?check_run_id=83194318291) |
9bef88d to
d5dcb49
Compare
vkarak
approved these changes
Jun 25, 2026
Signed-off-by: Sebastian Schmitt <sebastian.schmitt@gwdg.de>
Signed-off-by: Sebastian Schmitt <sebastian.schmitt@gwdg.de>
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.
Demonstrate how to list individual test results by artificially aggregating over a unique field. Method courtesy of @vkarak.