Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable code coverage for carthage xcode 9 compatibility #795

Merged
merged 3 commits into from
Sep 13, 2017

Conversation

bdorfman-stripe
Copy link
Contributor

Xcode 9 now includes code coverage for all except Archive command, instead of just Test command, which breaks Carthage[0]. They apparently don't want to work around this on their end, so all framework developers have to change their project settings -_-

Fixes #794

[0] Carthage/Carthage#2056

@joeydong-stripe
Copy link
Contributor

👍

@bdorfman-stripe bdorfman-stripe merged commit b254030 into master Sep 13, 2017
@bdorfman-stripe bdorfman-stripe deleted the bdorfman-disable-code-coverage branch September 13, 2017 22:45
mludowise-stripe added a commit that referenced this pull request Mar 2, 2022
Previously, the document scanner snaps an image of
the ID document too quickly, often including
motion blur. This change adds a
`MotionBlurDetector` that tracks how much the ID
document has moved from frame to frame in the
camera feed using the IOU (intersection over
union) algorithm.

The threshold for how much the document can move
between frames and how many frames it must remain
still is configurable via
`DocumentScanner.Configuration`. Currently, this
is hardcoded, but this will eventually be
configured from the API response.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants