Simon Bromberg

Results 17 comments of Simon Bromberg

instead of setting `fail_build: false` you could wrap the tests call in your fastfile with `begin` followed by an `ensure` or `catch` with the call to `xchtmlreport` (depending on whether...

Oh I guess it's installed 0.1.1 but that doesn't include the latest changes on main. Could you add a new release please? Trying to figure out how to point a...

I had the same issue. > Maybe if I'd use Home-brew to install XCTestHTMLReport, it would've ended up in default location. I used Homebrew and it installed it in `/opt/homebrew/opt/xchtmlreport`...

Is there a way to specify the version exactly? If I put `--minversion 0.47` someone running `0.48` won't get an error. Would they still potentially get different formatting results, or...

Could it actually result in different formatting results? Or does SwiftFormat follow the rules according to the lower version?

Well maybe at least a warning saying `your minversion specified 0.48 but you are using 0.49` or something?