How to upload reports after build on netlify or gatsby cloud

As the title says, anyone know how to add codecov
to gatsby cloud or netlify… i’m trying out the new GatsbyCloud service to integrate into netlify? They both have spots for build env keys but I haven’t found a travis.yaml equivalent to specify to run this script yet…

On this step: Upload your reports using the bash uploader in your preferred CI/CD environment

bash <(curl -s https://codecov.io/bash)

Hi @Falieson, I don’t believe I know an answer to this. How are you currently collecting coverage reports?