- Notifications
You must be signed in to change notification settings - Fork187
Creating a list of annotations allowed to treat package as annotated#1297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:develop
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Current issues is that any comment matching annotation --% is pushed into ut cache packages which causes exclusion from coverage reports.
github-actionsbot commentedApr 10, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
codecovbot commentedApr 10, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## develop #1297 +/- ##======================================== Coverage 94.97% 94.98% ======================================== Files 111 111 Lines 5396 5403 +7 Branches 34 33 -1 ========================================+ Hits 5125 5132 +7 Misses 271 271
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:
|
Resolve#1278
Root problem is the issue that package is being treated as annotate which allows it to be pushed into cache_suite table.
The solution is the do not treat object as annotated if the
--%
does not contain a valid annotation that is specified by framework.e.g. ignore comments like --%parameter
This will allow for greater flexibility for documenting.