adamayoung / TMDb

The Movie Database Swift Package
https://adamayoung.github.io/TMDb/documentation/tmdb
Apache License 2.0
109 stars 28 forks source link

Cleanup from my prior changes #187

Closed chickdan closed 2 months ago

chickdan commented 3 months ago

Remove unnecessarily setting url session configuration multipathServiceType = .none due to being the default value.

Unrelated to this change but I noticed @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *) is throughout the codebase but these match the versions specified in package.swift so the compiler already catches any discrepancies. How do you feel about their removal? I can take care of that in this PR and reduce a bit of future maintenance.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.47%. Comparing base (c8158b1) to head (8bee0c6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #187 +/- ## ========================================== + Coverage 89.38% 89.47% +0.09% ========================================== Files 201 201 Lines 2807 2804 -3 ========================================== Hits 2509 2509 + Misses 298 295 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.