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

Update StaticMockTest to use unified verify method #2385

Merged
merged 1 commit into from Aug 4, 2021
Merged

Update StaticMockTest to use unified verify method #2385

merged 1 commit into from Aug 4, 2021

Conversation

vogella
Copy link
Contributor

@vogella vogella commented Aug 4, 2021

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-commenter commented Aug 4, 2021

Codecov Report

Merging #2385 (5843c1f) into main (f32973d) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #2385      +/-   ##
============================================
- Coverage     84.77%   84.74%   -0.03%     
+ Complexity     2792     2791       -1     
============================================
  Files           328      328              
  Lines          8490     8490              
  Branches       1026     1026              
============================================
- Hits           7197     7195       -2     
- Misses         1015     1017       +2     
  Partials        278      278              
Impacted Files Coverage Δ
...in/java/org/mockito/internal/MockedStaticImpl.java 76.62% <0.00%> (-2.60%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f32973d...5843c1f. Read the comment docs.

Copy link
Contributor

@TimvdLippe TimvdLippe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the cleanup!

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

3 participants