fix(ctrace): report trace-run reference diagnostics - #2590
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2590 +/- ##
==========================================
- Coverage 72.40% 72.40% -0.01%
==========================================
Files 185 185
Lines 30401 30399 -2
Branches 17929 17928 -1
==========================================
- Hits 22013 22011 -2
Misses 6079 6079
Partials 2309 2309
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Test Results 4 files - 39 4 suites - 123 1s ⏱️ - 18m 26s Results for commit b695677. ± Comparison against base commit 97f2159. This pull request removes 938 and adds 2 tests. Note that renamed tests count towards both. |
JonatanAntoni
approved these changes
Sep 3, 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
Report
info,warning, anderrorannotations for everyctrace-refretained by the ctrace configuration reader, including ITM stimulus port 0.References of types not consumed by ctrace remain ignored.
Behavior
errorannotations are non-failing because the referenced metadata may still be valid.Tests
Checklist