Robbie McKinstry
Robbie McKinstry
This PR resolves https://github.com/codecov/codecov-action/issues/768 by respecting `fail_ci_on_error` when uploader validation fails.
# Description The `fail_ci_if_error` input is not respected during uploader verification. [This line](https://github.com/codecov/codecov-action/blob/master/src/validate.ts#L87) hardcodes the failure status: ```typescript ... } catch (err) { setFailure(`Codecov: Error validating uploader: ${err.message}`, true); }...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug `yarn node` is using a surprising version of Node. I'm not sure where or...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
It appears that the minimum supported Java version is not 7, as the documentation indicates. Running `./oltpbench --help` with Java 11 (or any variant, really) yielded a `StringOutOfBounds` exception. ```...
This issue will require the creation of tests, as well as the supporting compiler logic, to allow Wyvern rationals and booleans can be interoperated with Java booleans and doubles.
From the documentation, it looks like you can only add snippets to Cacher. Any chance of viewing snippets? Something like: `cacher snippet view:{snippet title}`, where {snippet title} matches or fuzzy...
### What happened? There are a number of instances in the Godoc where the Markdown is not rendering correctly. It looks like virtually every Resource has this issue. [Godoc supports...
# Description This is a draft PR for #8613. Fixes #8613 ## Checklist - [ ] I have added tests that prove my fix is effective or that my feature...