jinSasaki / InAppPurchase

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

Fix access level for PaymentTransaction fields #55

Closed jinSasaki closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #55 (3224e69) into master (3e2c0e7) will increase coverage by 0.38%. The diff coverage is 89.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   95.01%   95.39%   +0.38%     
==========================================
  Files           8        8              
  Lines         301      413     +112     
==========================================
+ Hits          286      394     +108     
- Misses         15       19       +4     
Impacted Files Coverage Δ
Sources/InAppPurchase.swift 97.41% <50.00%> (-0.37%) :arrow_down:
Sources/Internal/Internal+InAppPurchase.swift 95.74% <100.00%> (+0.87%) :arrow_up:
Sources/Internal/PaymentProvider.swift 95.19% <100.00%> (+0.74%) :arrow_up:
Sources/PaymentTransaction.swift 100.00% <100.00%> (ø)
Sources/PaymentResponse.swift 100.00% <0.00%> (ø)
Sources/Internal/ProductProvider.swift 91.48% <0.00%> (+0.86%) :arrow_up:
Sources/Internal/Internal+Product.swift 97.95% <0.00%> (+0.90%) :arrow_up:
Sources/Internal/ReceiptRefreshProvider.swift 88.57% <0.00%> (+1.07%) :arrow_up:
... and 1 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 da9e7b4...3224e69. Read the comment docs.