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

Remove dependency to mockito-all #1811

Merged
merged 3 commits into from
Nov 21, 2023

refactored test to avoid mockito since it's required Java 11

919db12
Select commit
Loading
Failed to load commit list.
Merged

Remove dependency to mockito-all #1811

refactored test to avoid mockito since it's required Java 11
919db12
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 21, 2023 in 1s

78.39% (+0.00%) compared to ad37745

View this Pull Request on Codecov

78.39% (+0.00%) compared to ad37745

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ad37745) 78.39% compared to head (919db12) 78.39%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1811   +/-   ##
=========================================
  Coverage     78.39%   78.39%           
  Complexity     2432     2432           
=========================================
  Files           128      128           
  Lines          8578     8578           
  Branches       2151     2151           
=========================================
  Hits           6725     6725           
  Misses          893      893           
  Partials        960      960           

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