Connor Neville
Connor Neville
My question is basically #1050, but about regular targets rather than test targets. I have: * `MyProject.xcodeproj`, which is generated by XcodeGen * `MyApp` app target, which depends on `MyPackageTarget`...
The output in markdown format lists files in different orders with each run. This means there is always a diff, even if no coverage numbers have changed. I saw [this...
Hey Zev/Rightpointers! Hope you're doing well. I'm seeing some weird behavior with Dynamic Type and `application.enableAdaptiveContentSizeMonitor()` I'm wondering if anyone has context on. I have two `StringStyle`s: one just uses...
I'm really enjoying adding Snapshot testing to a side project of mine. So far I just have a dozen or so, all of the form: `assertSnapshot(matching: vc, as: .image(on: .iPhoneX))`,...
Adds additional tests and uses [Codecov.io](https://codecov.io/gh) to generate coverage reports on PRs.
The [Actionable pod](https://github.com/Raizlabs/Actionable) is up on trunk. This PR integrates it. - `Actionable.swifttemplate` has been improved to handle things like varied access control and nested Actionable types - Now that...
Consuming projects can hit the affected force unwrap if there is something wrong with the comparison image file, or if the image file is being stored in `git lfs`. I...