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

Remove CPP coverage target from default coverage target #414

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

geedo0
Copy link
Contributor

@geedo0 geedo0 commented Dec 23, 2024

Issue #, if available:
ACCP-120

Description of changes:
Mainly, we want to remove this to unblock our CI. This task is currently
breaking all Mac CI dimensions (and possibly others). The root cause
seems related to some mismatches in the related software dependencies
used to create the coverage report.

More broadly, this coverage report is not in a state of good health and
should not bere-introduced to the CI until we take the time addressing
these issues: Redundant unit test execution due to dependency hierarchy,
ignored errors in the coverage report resulting in poor coverage of the
coverage data, surfacing the coverage reporting in a useful manner.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@geedo0 geedo0 requested a review from a team as a code owner December 23, 2024 18:53
Mainly, we want to remove this to unblock our CI. This task is currently
breaking all Mac CI dimensions (and possibly others). The root cause
seems related to some mismatches in the related software dependencies
used to create the coverage report.

More broadly, this coverage report is not in a state of good health and
should not bere-introduced to the CI until we take the time addressing
these issues: Redundant unit test execution due to dependency hierarchy,
ignored errors in the coverage report resulting in poor coverage of the
coverage data, surfacing the coverage reporting in a useful manner.
@geedo0 geedo0 merged commit a28a132 into corretto:main Dec 26, 2024
11 checks passed
@geedo0 geedo0 deleted the coverage branch December 26, 2024 19:35
WillChilds-Klein pushed a commit to WillChilds-Klein/amazon-corretto-crypto-provider that referenced this pull request Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants