codecov / feedback

A place to discuss feedback about the pull request and web product experience.
38 stars 9 forks source link

Feature Request - ability to get repo token with API #428

Closed shahar-shurki closed 5 months ago

shahar-shurki commented 5 months ago

Hello! As a part of CodeCov integration in our services we want to insert it to new services automatically - we have automation that creates repos with templates and wanted to include Codecov naturally & seamlessly . but having to manually setup the repository prevents us from that.

maybe I missed it but is it possible at the moment? or is it something that will be available in the future? thanks in advance!

drazisil-codecov commented 5 months ago

Hi @shahar-shurki ,

https://docs.codecov.com/reference/repos_config_retrieve returns the upload token.

You may need to have someone login to trigger a sync though, https://github.com/codecov/feedback/discussions/328 is open for that.

shahar-shurki commented 5 months ago

thank you!!