mironal / TwitterAPIKit

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

[Breaking change] Rename TwitterAPIKit to TwitterAPIClient #125

Closed mironal closed 2 years ago

mironal commented 2 years ago

This is to avoid the following problems https://forums.swift.org/t/fixing-modules-that-contain-a-type-with-the-same-name/3025

codecov-commenter commented 2 years ago

Codecov Report

Merging #125 (98be202) into main (c858dd8) will not change coverage. The diff coverage is 70.21%.

@@           Coverage Diff           @@
##             main     #125   +/-   ##
=======================================
  Coverage   87.11%   87.11%           
=======================================
  Files         253      254    +1     
  Lines        6241     6241           
=======================================
  Hits         5437     5437           
  Misses        804      804           
Impacted Files Coverage Δ
...ces/TwitterAPIKit/APIv1/Account/AccountAPIv1.swift 0.00% <ø> (ø)
...terAPIKit/APIv1/Application/ApplicationAPIv1.swift 0.00% <ø> (ø)
...rAPIKit/APIv1/BlockAndMute/BlockAndMuteAPIv1.swift 0.00% <ø> (ø)
...itterAPIKit/APIv1/Collection/CollectionAPIv1.swift 0.00% <ø> (ø)
...PIKit/APIv1/DirectMessage/DirectMessageAPIv1.swift 0.00% <ø> (ø)
...s/TwitterAPIKit/APIv1/Favorite/FavoriteAPIv1.swift 0.00% <ø> (ø)
...terAPIKit/APIv1/Friendships/FriendshipsAPIv1.swift 0.00% <ø> (ø)
Sources/TwitterAPIKit/APIv1/Geo/GeoAPIv1.swift 0.00% <ø> (ø)
Sources/TwitterAPIKit/APIv1/Help/HelpAPIv1.swift 0.00% <ø> (ø)
Sources/TwitterAPIKit/APIv1/List/ListAPIv1.swift 0.00% <ø> (ø)
... and 31 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 c858dd8...98be202. Read the comment docs.