Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spike] Investigate Code Coverage Changes in Registry Support #1453

Open
1 task
Jdubrick opened this issue Feb 20, 2024 · 1 comment
Open
1 task

[Spike] Investigate Code Coverage Changes in Registry Support #1453

Jdubrick opened this issue Feb 20, 2024 · 1 comment
Labels
area/registry Devfile registry for stacks and infrastructure

Comments

@Jdubrick
Copy link
Contributor

Which area/kind this issue is related to?

/area registry

Issue Description

As discussed in the comments in devfile/registry-support#199 the Code Coverage report is being severely impacted by any changes that require generated code files to grow in content. These generated code files should be excluded as they are not testable by us. As part of the above PR there was an addition to add files ending in .gen.go to be excluded from the coverage report, however, the reports are still failing because it is not changing the previous reports. This is causing the report to be expecting those files to be covered, even if we are now ignoring them.

Investigation will need to be done into Code Coverage to see if there is a way to either remove those generated files from previous reports, or force it to ignore them moving forward.

Code Coverage Report
Change For Exclusion

Acceptance Criteria

  • Find possible solutions to solving the issue of code coverage reports incorrectly looking for coverage for generated code files in registry-support
@openshift-ci openshift-ci bot added the area/registry Devfile registry for stacks and infrastructure label Feb 20, 2024
Copy link

This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days.

@github-actions github-actions bot added the lifecycle/stale Stale items. These items have not been updated for 90 days. label May 21, 2024
@Jdubrick Jdubrick removed the lifecycle/stale Stale items. These items have not been updated for 90 days. label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/registry Devfile registry for stacks and infrastructure
Projects
Status: Refinement
Development

No branches or pull requests

1 participant