mironal / TwitterAPIKit

Swift library for the Twitter API v1 and v2 🍷
MIT License
118 stars 23 forks source link

OAuth 2.0 Authorization Code Flow with PKCE #116

Closed mironal closed 2 years ago

mironal commented 2 years ago

113

codecov-commenter commented 2 years ago

Codecov Report

Merging #116 (012848b) into main (0db0a41) will increase coverage by 0.04%. The diff coverage is 88.19%.

@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
+ Coverage   87.02%   87.07%   +0.04%     
==========================================
  Files         246      251       +5     
  Lines        6052     6196     +144     
==========================================
+ Hits         5267     5395     +128     
- Misses        785      801      +16     
Impacted Files Coverage Δ
Sources/TwitterAPIKit/AuthAPI/OAuth20API.swift 6.97% <15.00%> (+6.97%) :arrow_up:
...AuthAPI/Requests/GetOAuth2AuthorizeRequestV1.swift 100.00% <100.00%> (ø)
...hAPI/Requests/PostOAuth2AccessTokenRequestV2.swift 100.00% <100.00%> (ø)
...API/Requests/PostOAuth2RefreshTokenRequestV2.swift 100.00% <100.00%> (ø)
...hAPI/Requests/PostOAuth2RevokeTokenRequestV2.swift 100.00% <100.00%> (ø)
...itterAPIKit/AuthAPI/TwitterOAuth2AccessToken.swift 100.00% <100.00%> (ø)
Sources/TwitterAPIKit/TwitterAPIKit.swift 67.44% <100.00%> (+0.77%) :arrow_up:
Sources/TwitterAPIKit/TwitterAPIRequest.swift 95.21% <100.00%> (+0.02%) :arrow_up:
Sources/TwitterAPIKit/TwitterAPISession.swift 84.61% <100.00%> (+0.24%) :arrow_up:
Sources/TwitterAPIKit/AuthAPI/AuthAPI.swift 100.00% <0.00%> (+50.00%) :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 0db0a41...012848b. Read the comment docs.