Open
Description
From your docs about parallel and multiple test suites:
upload and download partial test coverage data to/from shared storage (ex: AWS S3),
To setup AWS CLI tool I must export private environment variables, e.g. for Travis CI:
But this variables unavailable for PR from forks. From Travis CI docs:
Similarly, we do not provide these values to untrusted builds, triggered by pull requests from another repository.
So question: how forks will send me PRs if every build will fail or will be without coverage?
P.S. I ❤️ your service and I want to use it. I believe that you can make the best test-reporter in the whole world.
P.P.S. As I understand It is builtin feature for codecov.io