Before submitting a topic, please confirm the following
I have searched for similar issues before creating this topic.
I have verified that my repository is using the Codecov GitHub app, if using GitHub
I have validated my codecov.yaml
configuration file.
I have filled out the below sections to the best of my ability.
Description
The https://codecov.io/api/v2/{service}/{owner_username}/repos/{repo_name}/coverage/
endpoint is returning an empty array of results for our GitHub - meltano/sdk: Write 70% less code by using the SDK to build custom extractors and loaders that adhere to the Singer standard: https://sdk.meltano.com.
CI/CD URL
NA
Codecov Output
NA
Expected Results
An array of trend values, much like those in the chart displayed in Codecov.
Actual Results
An empty result:
{
"count": 0,
"next": null,
"previous": null,
"results": [],
"total_pages": 1
}
Additional Information
curl --request GET \
--url 'https://codecov.io/api/v2/github/meltano/repos/sdk/coverage/?interval=30d&page_size=250' \
--header 'accept: application/json' \
--header "authorization: Bearer $CODECOV_TOKEN"