question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[CE-919] AWS CodeBuild detected, but fail to upload

See original GitHub issue

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:closed
  • Created 4 years ago
  • Comments:14 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
drazisilcommented, Nov 18, 2019

Thank you for your patience. I was on vacation last week, but i confirmed today that this has been deployed.

0reactions
drazisilcommented, Nov 6, 2019

There is not, but I will update and close once deployed.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found