Confusion about API result

Description

I get codecov data via this api.
While sometimes it return right data, sometimes, its return is nil.
Just the same command below, I got different results in different try.

 curl https://codecov.io/api/gh/qiniu/goc/pulls\?state\=merged

Repository

CI/CD

Travis

Steps to Reproduce

Just try many times of the command below and inspect its output. Sometimes it has data, sometimes it’s nil.

curl https://codecov.io/api/gh/qiniu/goc/pulls\?state\=merged

Expected behavior: The output of the API should the same

Actual behavior: Sometimes it has data while sometimes it’s nil.

Hi @fansi404, thanks for bringing this up. I’ll take a look into why this might be happening.

Thanks. @tom

Hope to recieve your response as soon as possible.

Hi @fansi404, this should be resolved now.