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

Removing NativeCoverage Feature flag #83

Merged

Conversation

vinayakmsft
Copy link
Collaborator

@vinayakmsft vinayakmsft commented Nov 22, 2024

This feature flag is used to upload native coverage files like .coverage/covx/covb/cjson to the logstore . This is already turned on for all the rings.

Once this Feature flag is removed it will also help in resolving this feedback ticket - https://dev.azure.com/mseng/AzureDevOps/_workitems/edit/2224746

Feature flag states

image

var uploadNativeCoverageFilesToLogStore = _publisher.IsUploadNativeFilesToTCMSupported();
_telemetry.AddOrUpdate("uploadNativeCoverageFilesToLogStore", uploadNativeCoverageFilesToLogStore.ToString());
// Upload native coverage files to TCM
TraceLogger.Debug("Publishing native coverage files is supported.");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This log is not required now, right?

@vinayakmsft vinayakmsft merged commit 7ae9eb1 into master Nov 29, 2024
3 checks passed
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.

2 participants