Mark Scherer
Mark Scherer
> Not currently... Can you describe your usecase? Maybe there's a way we can already help now In my case I have 30+ repos in my github user account (personal),...
> I believe if you navigate to https://app.codecov.io/account/gh/ , and click the settings tab, you should find the ability to set the Global Upload Token Well, I generated a token...
Apart from my personal account, which cannot be fixed for now, I also tried the org approach Here, I set a global secret and it seems to pull it into...
I analyzed the phpcs tokens ```php
I whipped sth up that seems to work fine already: https://github.com/php-collective/code-sniffer/pull/6
For me those worked afaik, if those are actual newline characters, using " instead of ' in PHP. But otherwise I would recommend using spaces for your case, or str_replace()...
So far there is no usage of $this->config() yet in this helper. Both is possible. I think it is fine to have a global one that could be overwritten. But...
Part 2 open
I dont exactly know how the Invert of Control could be implemented. Also, if we can make this more global, e.g. using helper wide config as defaults. For now, I...
Does anyone want to provide a PR here for 5.0 or 4.5?