fix(codecov): update codecov-upload.yml action to upload report with correct path#34814
fix(codecov): update codecov-upload.yml action to upload report with correct path#34814mergify[bot] merged 2 commits intomainfrom
Conversation
|
|
Did we change something which caused this? |
|
The workflow before : https://github.com/aws/aws-cdk/actions/runs/15032809949/workflow It was broken into multiple steps here : #34451 With the new workflow style the coverage files are not present in the path that's used by codecov : https://github.com/aws/aws-cdk/actions/runs/15921816999/job/44910111075#step:3:228 |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Reason for this change
Fixing the upload path for codecov-upload.ymp based workflow
Description of changes
Last successful run of CodeCov report was https://github.com/aws/aws-cdk/actions/runs/15032809949/job/42248762782
which uploaded to certain path configured in codecov
Uploads after that have been failing silently due to path match failures in codecov
Creating the path
./coverage/packages/aws-cdk-lib/core/coverageand uploading to it should allow code coverage to be populated againChecklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license