[CE-919] AWS CodeBuild detected, but fail to upload
See original GitHub issueIssue Description
When I run npm test && codecov
(after the codecov package has been installed globally), I get the following output:
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
v3.6.1
==> Detecting CI Provider
AWS CodeBuild Detected
==> Configuration:
Endpoint: https://codecov.io
{ commit: 'c6df5d3b21ab1f6dc345b5e8a382b9895fc42ba8',
branch: 'dev',
package: 'node-v3.6.1' }
==> Building file structure
==> Generating gcov reports (skip via --disable=gcov)
$ find /codebuild/output/src294305816/src/github.com/byu-oit/campus-map -type f -name '*.gcno' -exec gcov {} +
==> Scanning for reports
+ /codebuild/output/src294305816/src/github.com/byu-oit/campus-map/coverage/lcov.info
+ /codebuild/output/src294305816/src/github.com/byu-oit/campus-map/coverage/clover.xml
==> Uploading reports
HTTP 400
service must be ci-provider
As you can see, Codecov detects AWS CodeBuild, but for some reason, when it tries to upload the report, a 400 error is returned with the message service must be a ci-provider
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (3 by maintainers)
Top Results From Across the Web
Troubleshooting AWS CodeBuild
Provides troubleshooting information for AWS CodeBuild. ... failed caused by: x509: Failed to load system roots and no roots provided"Error: "Unable to ...
Read more >Troubleshooting CodePipeline - AWS Documentation
Problem: A WAR file is deployed successfully to an AWS Elastic Beanstalk environment, but the application URL returns a 404 Not Found error....
Read more >Step 4: Upload the source code and the buildspec file
In this step, you add the source code and build spec file to the input bucket. ... Upload the MessageUtil.zip file to the...
Read more >Build specification reference for CodeBuild
Provides reference information about build specification (buildspec) files in AWS CodeBuild.
Read more >Change a build project's settings (console) - AWS CodeBuild
Choose the button next to the build project you want to change, choose View details, and then choose Build details. You can modify...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you for your patience. I was on vacation last week, but i confirmed today that this has been deployed.
There is not, but I will update and close once deployed.