pusher / push-notifications-swift

Swift SDK for the Pusher Beams product:
https://www.pusher.com/beams
MIT License
34 stars 24 forks source link

Swift Package Manager integration improvements #162

Closed danielrbrowne closed 3 years ago

danielrbrowne commented 3 years ago

This PR resolves #161

codecov-io commented 3 years ago

Codecov Report

Merging #162 into master will decrease coverage by 0.36%. The diff coverage is 89.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
- Coverage   90.09%   89.72%   -0.37%     
==========================================
  Files          57       57              
  Lines        2898     2921      +23     
==========================================
+ Hits         2611     2621      +10     
- Misses        287      300      +13     
Impacted Files Coverage Δ
Tests/Internal/ServerSyncProcessHandlerTests.swift 97.56% <88.09%> (+<0.01%) :arrow_up:
Tests/BeamsTokenProviderTests.swift 84.21% <100.00%> (ø)
Sources/ServerSyncJob.swift 60.82% <0.00%> (-8.25%) :arrow_down:
Sources/Internal/ServerSyncProcessHandler.swift 80.23% <0.00%> (-1.98%) :arrow_down:
Tests/RegisterTests.swift 100.00% <0.00%> (ø)
Tests/InterestsTests.swift 100.00% <0.00%> (ø)
Sources/ServerSyncEventHandler.swift 100.00% <0.00%> (ø)
Tests/IntegrationTests/StopTests.swift 100.00% <0.00%> (ø)
Tests/IntegrationTests/SetUserIdTest.swift 100.00% <0.00%> (ø)
Tests/IntegrationTests/ClearAllStateTest.swift 100.00% <0.00%> (ø)
... and 9 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 2755283...fc16cf7. Read the comment docs.