pusher / pusher-websocket-swift

Pusher Channels websocket library for Swift
https://pusher.com/channels
MIT License
273 stars 166 forks source link

Automate release process with Github Actions #390

Closed fbenevides closed 2 years ago

fbenevides commented 2 years ago

Description of the pull request

codecov-commenter commented 2 years ago

Codecov Report

Merging #390 (372f2c6) into master (0a5f6c4) will decrease coverage by 1.53%. The diff coverage is 93.39%.

@@            Coverage Diff             @@
##           master     #390      +/-   ##
==========================================
- Coverage   89.18%   87.65%   -1.54%     
==========================================
  Files          50       51       +1     
  Lines        3403     3167     -236     
==========================================
- Hits         3035     2776     -259     
- Misses        368      391      +23     
Impacted Files Coverage Δ
Sources/ObjC/Pusher+ObjectiveC.swift 8.33% <0.00%> (-2.78%) :arrow_down:
.../Integration/PusherClientInitializationTests.swift 100.00% <ø> (ø)
Sources/Services/PusherConnection.swift 77.31% <20.00%> (-1.74%) :arrow_down:
Sources/Models/PusherChannel.swift 83.92% <33.33%> (-6.27%) :arrow_down:
Sources/PusherSwift.swift 79.06% <50.00%> (-1.42%) :arrow_down:
Sources/Models/PusherChannels.swift 68.08% <66.66%> (+0.64%) :arrow_up:
Tests/Unit/Models/PresenceChannelTests.swift 95.68% <94.28%> (-0.35%) :arrow_down:
Sources/Models/PusherPresenceChannel.swift 82.81% <100.00%> (ø)
Tests/Helpers/TestObjects.swift 100.00% <100.00%> (ø)
Tests/Integration/AuthenticationTests.swift 99.46% <100.00%> (-0.01%) :arrow_down:
... and 11 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 4690eb0...372f2c6. Read the comment docs.