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

Re-enable go CoverageRedesign #3252

Merged
merged 1 commit into from
May 7, 2024
Merged

Re-enable go CoverageRedesign #3252

merged 1 commit into from
May 7, 2024

Conversation

prezha
Copy link
Contributor

@prezha prezha commented May 6, 2024

Summary

Remove the workaround that disabled new compiler-based code coverage tooling due to a bug introduced in go v1.22.0 and fixed in v1.22.2, since we bumped go to v1.22.2 in pr #3161.

Change Type

Mark the type of change your PR introduces:

  • Bug fix (resolves an issue without affecting existing features)
  • Feature (adds new functionality without breaking changes)
  • Breaking change (may impact existing functionalities or require documentation updates)
  • Documentation (updates or additions to documentation)
  • Refactoring or test improvements (no bug fixes or new functionality)

Testing

Local test results attached: make_cover.log

Review Checklist:

  • Reviewed my own code for quality and clarity.
  • Added comments to complex or tricky code sections.
  • Updated any affected documentation.
  • Included tests that validate the fix or feature.
  • Checked that related changes are merged.

Remove the workaround that disabled new compiler-based code coverage
tooling due to a bug introduced in go v1.22.0 and fixed in v1.22.2,
since we bumped go to v1.22.2 in pr stacklok#3161.
@prezha prezha requested a review from a team as a code owner May 6, 2024 20:00
@CLAassistant
Copy link

CLAassistant commented May 6, 2024

CLA assistant check
All committers have signed the CLA.

@coveralls
Copy link

Coverage Status

coverage: 50.119%. remained the same
when pulling f1203df on prezha:go-1.22.2
into 0be15b9 on stacklok:main.

@JAORMX
Copy link
Contributor

JAORMX commented May 7, 2024

Hey @prezha ! nice to see a commit from you 😄

@JAORMX JAORMX merged commit ee05c7a into stacklok:main May 7, 2024
21 checks passed
@prezha
Copy link
Contributor Author

prezha commented May 12, 2024

hey @JAORMX, thanks, always pleasure to contribute! 😄

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.

4 participants