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

Fixes #3215 : Remove type parameter from Mockito#clearInvocations #3216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

onacit
Copy link

@onacit onacit commented Dec 30, 2023

Checklist

  • Read the contributing guide
  • PR should be motivated, i.e. what does it fix, why, and if relevant how
  • If possible / relevant include an example in the description, that could help all readers
    including project members to get a better picture of the change
  • Avoid other runtime dependencies
  • Meaningful commit history ; intention is important please rebase your commit history so that each
    commit is meaningful and help the people that will explore a change in 2 years
  • The pull request follows coding style
  • Mention Fixes #<issue number> in the description if relevant
  • At least one commit should mention Fixes #<issue number> if relevant

@codecov-commenter
Copy link

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (fa7e44f) 85.29% compared to head (7df11ce) 12.40%.

Files Patch % Lines
src/main/java/org/mockito/Mockito.java 0.00% 5 Missing ⚠️
...rc/main/java/org/mockito/internal/MockitoCore.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##               main    #3216       +/-   ##
=============================================
- Coverage     85.29%   12.40%   -72.89%     
+ Complexity     2913      424     -2489     
=============================================
  Files           334      334               
  Lines          8884     8888        +4     
  Branches       1103     1104        +1     
=============================================
- Hits           7578     1103     -6475     
- Misses         1014     7574     +6560     
+ Partials        292      211       -81     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants