Skip to content

Conversation

@apoorvdeshmukh
Copy link
Contributor

@apoorvdeshmukh apoorvdeshmukh commented Jan 13, 2026

Description

Port #3828 to release/6.1 to fix codeCov upload issues observed in ADO.

Issues

AB#41642

Guidelines

Please review the contribution guidelines before submitting a pull request:

@apoorvdeshmukh apoorvdeshmukh requested a review from a team as a code owner January 13, 2026 19:05
Copilot AI review requested due to automatic review settings January 13, 2026 19:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR ports changes from #3828 to the release/6.1 branch to fix CodeCov upload issues in Azure DevOps pipelines. The changes make the code coverage upload behavior configurable via a pipeline variable instead of using a default value.

Changes:

  • Removed the default value for the upload parameter in the code coverage job template, making it an explicitly required parameter
  • Added configuration in the core CI pipeline to control upload behavior via the ci_var_uploadTestResult pipeline variable with comprehensive documentation

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
eng/pipelines/dotnet-sqlclient-ci-core.yml Adds upload parameter configuration with pipeline variable check and documentation comments explaining the requirement
eng/pipelines/common/templates/jobs/ci-code-coverage-job.yml Removes default value for upload parameter, making it explicitly required by callers

Copy link
Contributor

@mdaigle mdaigle left a comment

Choose a reason for hiding this comment

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

See my comment on #3889. As is I believe this blocks all code cov uploading.

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.

5 participants