adamayoung / TMDb

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

TECH DEBT: Add tests for error scenarios in services #177

Closed adamayoung closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 43.75000% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 92.44%. Comparing base (a143068) to head (603bdf9).

Files Patch % Lines
Sources/TMDb/TMDbFactory.swift 0.00% 2 Missing :warning:
.../TMDb/Domain/Services/Account/AccountService.swift 0.00% 1 Missing :warning:
...ervices/Authentication/AuthenticationService.swift 0.00% 1 Missing :warning:
...ntication/URLBuilders/AuthenticateURLBuilder.swift 88.88% 1 Missing :warning:
...Services/Certifications/CertificationService.swift 0.00% 1 Missing :warning:
.../TMDb/Domain/Services/Company/CompanyService.swift 0.00% 1 Missing :warning:
.../Services/Configuration/ConfigurationService.swift 0.00% 1 Missing :warning:
...MDb/Domain/Services/Discover/DiscoverService.swift 50.00% 1 Missing :warning:
...ces/TMDb/Domain/Services/Genres/GenreService.swift 0.00% 1 Missing :warning:
...ces/TMDb/Domain/Services/Movies/MovieService.swift 0.00% 1 Missing :warning:
... and 7 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #177 +/- ## ========================================== + Coverage 90.18% 92.44% +2.25% ========================================== Files 185 185 Lines 2700 2646 -54 ========================================== + Hits 2435 2446 +11 + Misses 265 200 -65 ```

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