jinSasaki / InAppPurchase

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

Support SubscriptionPeriod #17

Closed jinSasaki closed 6 years ago

jinSasaki commented 6 years ago

Fixed #15 Fixed #16

codecov[bot] commented 6 years ago

Codecov Report

Merging #17 into master will increase coverage by 4.78%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   92.25%   97.04%   +4.78%     
==========================================
  Files          11        5       -6     
  Lines        1266      237    -1029     
  Branches       40        0      -40     
==========================================
- Hits         1168      230     -938     
+ Misses         98        7      -91
Impacted Files Coverage Δ
Sources/Product.swift 100% <100%> (ø) :arrow_up:
Sources/ProductProvider.swift 90.32% <0%> (-0.99%) :arrow_down:
Sources/InAppPurchase.swift 100% <0%> (ø) :arrow_up:
Sources/PaymentTransaction.swift 100% <0%> (ø) :arrow_up:
Tests/PaymentProviderTests.swift
Tests/ProductProviderTests.swift
Tests/InAppPurchaseIntegrationTests.swift
Tests/InAppPurchaseTests.swift
Tests/PaymentTransactionTests.swift
Sources/PaymentProvider.swift 93.54% <0%> (+1.24%) :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 23b541b...9d29786. Read the comment docs.