James Hardwick
James Hardwick
You guys realize that this combination of issues (1. unable to paste, 2. having to dig around and find your client_id in a header) basically make all of the other...
So I didn't think this workaround would work since `spotlessGroovy` runs before the `compileGroovy` task, but it did... Assuming you use gradle, If you add a `config.groovy` file anywhere to...
I stand corrected...my previous example doesn't work. There seems to be no way to enable this short of passing JVM options when running gradle 😞
> That could be solved by declaring this option as not changeable, as we did it for WTP. I'm struggling to understand what you mean by this. Could you give...
I defined the `path-to-lcov` property, pointing it at my JaCoCo xml file and hoping it would just work. No luck. Judging from the error, it specifically needs LCOV input: ```...
This is probably going to become a bigger request now that GitHub Actions are open to the masses.
It doesn't need to be "GITHUB_TOKEN". It's whatever name you assign it as a Github Secret. The example just uses "GITHUB_TOKEN" but you are welcome to use whatever name you...
It's your Coveralls API token. You need it to verify who you are with Coveralls. Without it, they don't know who you are pushing data to them as.
It's the same thing as "REPO_TOKEN". You can give it whatever name you want. It's just a variable name. The only thing that matters is the value of the token...
About 98% of my scrollable table view is occupied by partition tables. Hundreds if not thousands of redundant tables shown. This is sorely needed.