-
Notifications
You must be signed in to change notification settings - Fork 38
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
Issue #299 Replace TrustKit with a single function library for Cert Pinning MMECertPin
#117
Conversation
Codecov Report
@@ Coverage Diff @@
## master #117 +/- ##
==========================================
+ Coverage 78.28% 83.47% +5.18%
==========================================
Files 83 73 -10
Lines 4408 3928 -480
==========================================
- Hits 3451 3279 -172
+ Misses 957 649 -308 |
e0b5814
to
4a82dcf
Compare
Cedar's it block is not a sequential execution. The decode codes might be execute before the encode codes, causing test failed.
Don't compile the pinning sources into the test bundle, load them from the framework
93cd2bb
to
9932f7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review notes submitted in patch form, mostly improved testing infrastructure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
See: https://github.com/mapbox/mobile-telemetry/issues/299