Description
The current Azure Pipelines configuration uses the deprecated Codecov bash uploader script to upload code coverage reports. This should be replaced with the modern Codecov Uploader CLI (statically-compiled binary) for better security, reliability, and integrity verification.
Context
The bash uploader was deprecated by Codecov and the modern Uploader CLI is now the recommended method for uploading coverage reports in CI/CD pipelines.
Related PR: #311
Related Comment: #311 (comment)
Requested by: @dan-hughes
File to Update
azure-pipelines.yml (Upload to Codecov.io step in Code_Coverage job)
Description
The current Azure Pipelines configuration uses the deprecated Codecov bash uploader script to upload code coverage reports. This should be replaced with the modern Codecov Uploader CLI (statically-compiled binary) for better security, reliability, and integrity verification.
Context
The bash uploader was deprecated by Codecov and the modern Uploader CLI is now the recommended method for uploading coverage reports in CI/CD pipelines.
Related PR: #311
Related Comment: #311 (comment)
Requested by: @dan-hughes
File to Update
azure-pipelines.yml(Upload to Codecov.io step in Code_Coverage job)