aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.47k stars 408 forks source link

fix: don't fail codebuild if CODECOV_TOKEN isn't found #5304

Closed jpinkney-aws closed 1 month ago

jpinkney-aws commented 2 months ago

Problem

codebuild fails if codecov_token wasn't defined

Solution

just return successful for the codebuild regardless

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.