codecov-api icon indicating copy to clipboard operation
codecov-api copied to clipboard

Code for the API of Codecov

Results 69 codecov-api issues
Sort by recently updated
recently updated
newest added

### Purpose/Motivation What is the feature? Why is this being done? ### Links to relevant tickets ### What does this PR do? Include a brief description of the changes in...

### Purpose/Motivation This PR closes https://github.com/codecov/engineering-team/issues/1473. We want to move our REST endpoints to GQL. This change creates a mutation and adds an additional resolver that will be consumed in...

### Purpose/Motivation We don't want to make GH API calls when doing tokenless anymore ### Links to relevant tickets https://github.com/codecov/engineering-team/issues/1574 Related: https://github.com/codecov/codecov-action/pull/1406 ### What does this PR do? - Remove...

### Purpose/Motivation What is the feature? Why is this being done? ### Links to relevant tickets ### What does this PR do? Include a brief description of the changes in...

The `unusable report` error message is too general. It doesn't give any details about what might be wrong with the uploaded coverage file. [The documentation](https://docs.codecov.com/docs/error-reference#unusable-reports) gives four possible reasons for...

### Purpose/Motivation This is especially needed for Postgres 15 where by default users are no longer allowed to write to schema `public`. Being able to set options enables switching to...

### Purpose/Motivation What is the feature? Why is this being done? ### Links to relevant tickets ### What does this PR do? Include a brief description of the changes in...

### Purpose/Motivation What is the feature? Why is this being done? ### Links to relevant tickets ### What does this PR do? Include a brief description of the changes in...

Hi Can the URL value of the source report data be added to the Report API endpoint? ![image](https://github.com/codecov/codecov-api/assets/3816566/4255903e-9c90-4292-8c55-f6125d02e290) In case the generated report is coming from multiple sources (like the...

THese changes extend the graphQL schema to introduce an interactor that _would_ call a task in the worker to config a repo via PR. context: codecov/engineering-team#150 ### Purpose/Motivation What is...