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

Mocking in given is ignored when mocked in setup method #1762

Closed
wants to merge 1 commit into from

Mocking in given is ignored when mocked in setup

250e4df
Select commit
Loading
Failed to load commit list.
Closed

Mocking in given is ignored when mocked in setup method #1762

Mocking in given is ignored when mocked in setup
250e4df
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 14, 2023 in 0s

79.94% (+0.18%) compared to e3ec836

View this Pull Request on Codecov

79.94% (+0.18%) compared to e3ec836

Details

Codecov Report

Patch coverage: 91.95% and project coverage change: +0.18% 🎉

Comparison is base (e3ec836) 79.76% compared to head (250e4df) 79.94%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1762      +/-   ##
============================================
+ Coverage     79.76%   79.94%   +0.18%     
- Complexity     4054     4114      +60     
============================================
  Files           425      425              
  Lines         12886    12968      +82     
  Branches       1622     1633      +11     
============================================
+ Hits          10278    10367      +89     
+ Misses         1999     1986      -13     
- Partials        609      615       +6     
Files Changed Coverage Δ
...rk/mock/constraint/WildcardArgumentConstraint.java 50.00% <0.00%> (-16.67%) ⬇️
.../mock/constraint/WildcardMethodNameConstraint.java 50.00% <0.00%> (-16.67%) ⬇️
...ockframework/mock/constraint/TargetConstraint.java 84.21% <50.00%> (-9.13%) ⬇️
...k/mock/constraint/NamedArgumentListConstraint.java 88.63% <60.00%> (-3.68%) ⬇️
...mework/mock/constraint/TypeArgumentConstraint.java 80.00% <80.00%> (ø)
...va/org/spockframework/mock/DefaultInteraction.java 100.00% <100.00%> (+88.88%) ⬆️
...mework/mock/constraint/CodeArgumentConstraint.java 81.25% <100.00%> (+6.25%) ⬆️
...ework/mock/constraint/EqualArgumentConstraint.java 100.00% <100.00%> (ø)
...ork/mock/constraint/EqualMethodNameConstraint.java 100.00% <100.00%> (ø)
...k/mock/constraint/EqualPropertyNameConstraint.java 100.00% <100.00%> (ø)
... and 10 more

... and 2 files with indirect coverage changes

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