Closed keefertaylor closed 4 years ago
Merging #251 into master will increase coverage by
0.42%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #251 +/- ##
==========================================
+ Coverage 89.26% 89.69% +0.42%
==========================================
Files 42 42
Lines 941 941
==========================================
+ Hits 840 844 +4
+ Misses 101 97 -4
Impacted Files | Coverage Δ | |
---|---|---|
XpringKit/PayID/PayIDClient.swift | 96.55% <0.00%> (+4.59%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 0913858...1946c17. Read the comment docs.
High Level Overview of Change
Add additional tests for
PayIDClient
Context of Change
This change brings us to testing parity with the other SDK tests (ex: Xpring-JS tests).
Type of Change
Before / After
PayIDClient
is now sufficiently tested.Test Plan
CI