[rocsparse] Reduce CI test redundancy while maintaining code coverage#3972
Merged
kliegeois merged 35 commits intoROCm:developfrom Jan 25, 2026
Merged
[rocsparse] Reduce CI test redundancy while maintaining code coverage#3972kliegeois merged 35 commits intoROCm:developfrom
kliegeois merged 35 commits intoROCm:developfrom
Conversation
… test_timings_conversion
… test_timings_conversion
jsandham
reviewed
Jan 21, 2026
jsandham
approved these changes
Jan 23, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3972 +/- ##
============================================
+ Coverage 43.62% 69.19% +25.57%
============================================
Files 30 476 +446
Lines 11442 72597 +61155
Branches 1440 14775 +13335
============================================
+ Hits 4991 50231 +45240
- Misses 5984 15907 +9923
- Partials 467 6459 +5992
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
1 task
samjwu
added a commit
that referenced
this pull request
Jan 26, 2026
…gs, not just the latest commit (#4081) ## Motivation <!-- Explain the purpose of this PR and the goals it aims to achieve. --> Use carryforward flags so that reports compare between projects or flags, not just the latest commit eg: for #3972 (comment) the large diff is due to codecov comparing the PR coverage to hipBLASLt (the last commit to develop) instead of the rocSPARSE flag ## Technical Details <!-- Explain the changes along with any relevant GitHub links. --> Uses carryforward as default for flag management and carryfoward flags for PR comments https://docs.codecov.com/docs/flags https://docs.codecov.com/docs/carryforward-flags ## Submission Checklist - [x] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
memmett
pushed a commit
that referenced
this pull request
Jan 26, 2026
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.
Summary
This PR reduces test parameter combinations in rocsparse's test suite to significantly decrease CI execution time while maintaining or improving code coverage.