Mathew Polzin
Mathew Polzin
> We have a package that currently doesn't have tests, but we still want to generate a coverage report for it to call that out. If it returns an error...
I don't recall where, but earlier you noticed this tool couldn't analyze its own test coverage; I've fixed that with https://github.com/mattpolzin/swift-test-codecov/pull/18.
Regarding JSON output: I think it is nice to put the delta in there when it is calculated. I have a problem with Swift's default encoding of enums with associated...
I'm about to merge a PR that will create a merge conflict with this one ever-so-slightly (and I am snagging your bug fix for only checking that the coverage is...
If getting PRs assigned to a team for the current user is an additional API call then it might be better to continue not to by default but allow the...
I'm no longer sure how this command should work, if I ever was. Maybe it should target one specific PR (the current branch) as is the norm for other Harmony...
Tracking this as a bug here: https://github.com/mattpolzin/OpenAPIKit/issues/280
This bug should be fixed with the new alpha release. Note the breaking changes described on the Release page: https://github.com/mattpolzin/OpenAPIKit/releases/tag/3.0.0-alpha.9
Just to speak for OpenAPIKit, I try not to implement this particular kind of heuristic (turning the above into a nullable string instead of leaving it as an anyOf) because...
I didn't even really answer the question. In OpenAPIKit this is represented as an anyOf with two schemas within it, no funny business.