jinSasaki / InAppPurchase

A Simple and Lightweight framework for In App Purchase (Store Kit 1)
MIT License
288 stars 30 forks source link

Refactor fallback #7

Closed jinSasaki closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #7 into master will increase coverage by 1.44%. The diff coverage is 92.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   90.81%   92.25%   +1.44%     
==========================================
  Files          10       11       +1     
  Lines        1045     1266     +221     
  Branches        0       40      +40     
==========================================
+ Hits          949     1168     +219     
- Misses         96       98       +2
Impacted Files Coverage Δ
Sources/ProductProvider.swift 91.3% <ø> (+0.98%) :arrow_up:
Tests/PaymentProviderTests.swift 97.26% <100%> (+0.25%) :arrow_up:
Sources/PaymentProvider.swift 92.3% <100%> (+4.24%) :arrow_up:
Sources/InAppPurchase.swift 100% <100%> (+7.69%) :arrow_up:
Tests/InAppPurchaseIntegrationTests.swift 88.46% <88.46%> (ø)
Tests/InAppPurchaseTests.swift 88.41% <90.9%> (+0.7%) :arrow_up:
Sources/Product.swift 100% <0%> (ø) :arrow_up:
Sources/PaymentTransaction.swift 100% <0%> (ø) :arrow_up:
Tests/ProductTests.swift 100% <0%> (ø) :arrow_up:
Tests/PaymentTransactionTests.swift 100% <0%> (ø) :arrow_up:
... and 7 more

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 12c816c...31fd455. Read the comment docs.