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

Hi there, We are running into some issues around migrations while trying to set up a self hosted version of this project and on your main README there is a...

documentation

We're hosting the `docker.io/codecov/self-hosted-api` container and we're not able to get past `django.db.utils.ProgrammingError: relation "yaml_histor_ownerid_74e79b_idx" does not exist` when migrations are ran. I am running `python manage.py makemigrations` and `python...

bug
wontfix
Low

### 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 TT requires certain identifiers, BA and TA don't have the identifiers in their path, so I make custom methods to get the identifiers so that BA and TA...

this commit replaces the previous django orm code with an invocation to do a raw sql query that performs much better for repos with a large amount of data. one...

### Purpose/Motivation This switches most of the code using the `report_builder` service to use that same code imported from `shared` (except some functions specific to `api`). Similarly, the `core.tests.factories` were...

Update shared to latest ### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc....

if a test has a computed name we want to return that as the test name in the GQL Test Result object instead of its uncomputed name otherwise just return...

The staging deploy takes a while, mostly due to the ~10min test runner (which can sometimes fail due to flaky tests, so maybe more than that including retries). This PR...