📣 Feedback / 🐛 Bugs
When setting up the codecov frontend, GH_APP isn't easy to specify. This means that users with non-codecov github apps won't be able to add new organizations.
codecov/self-hosted#22
Either we can do the string replace patching in start-nginx somehow (A little tricker since codecov as a string is pretty ubiquitous) or find a way to inject window.configEnv during start-nginx.
Is there a preferable path for anyone else?