Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Convert from Mockito to Mockk and Assertj to assertk #460

Merged
merged 5 commits into from
Dec 17, 2024

feat: Remove Playback Jobs and create PlaybackRepository

9e4c601
Select commit
Loading
Failed to load commit list.
Merged

test: Convert from Mockito to Mockk and Assertj to assertk #460

feat: Remove Playback Jobs and create PlaybackRepository
9e4c601
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 17, 2024 in 1s

38.99% (+0.12%) compared to 2aef511

View this Pull Request on Codecov

38.99% (+0.12%) compared to 2aef511

Details

Codecov Report

Attention: Patch coverage is 62.50000% with 12 lines in your changes missing coverage. Please review.

Project coverage is 38.99%. Comparing base (2aef511) to head (9e4c601).

Files with missing lines Patch % Lines
...lds/serenity/ui/video/player/ExoplayerPresenter.kt 57.14% 6 Missing ⚠️
...lds/serenity/ui/video/player/PlaybackRepository.kt 66.66% 3 Missing and 3 partials ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #460      +/-   ##
=============================================
+ Coverage      38.86%   38.99%   +0.12%     
- Complexity       272      273       +1     
=============================================
  Files             37       37              
  Lines           1572     1590      +18     
  Branches         156      157       +1     
=============================================
+ Hits             611      620       +9     
- Misses           926      932       +6     
- Partials          35       38       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.