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

Add BlockListener support... #1575

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Add minimal documentation

bd9e694
Select commit
Loading
Failed to load commit list.
Open

Add BlockListener support... #1575

Add minimal documentation
bd9e694
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 1, 2024 in 0s

81.86% (+1.41%) compared to 2c7db77

View this Pull Request on Codecov

81.86% (+1.41%) compared to 2c7db77

Details

Codecov Report

Attention: Patch coverage is 79.86111% with 29 lines in your changes missing coverage. Please review.

Project coverage is 81.86%. Comparing base (2c7db77) to head (bd9e694).
Report is 151 commits behind head on master.

Files with missing lines Patch % Lines
...rg/spockframework/runtime/DataIteratorFactory.java 40.00% 9 Missing ⚠️
.../java/org/spockframework/runtime/ErrorContext.java 63.15% 7 Missing ⚠️
...main/java/org/spockframework/compiler/AstUtil.java 50.00% 2 Missing ⚠️
...ava/org/spockframework/compiler/SpecAnnotator.java 66.66% 1 Missing and 1 partial ⚠️
...java/org/spockframework/compiler/SpecRewriter.java 94.59% 0 Missing and 2 partials ⚠️
...ockframework/runtime/extension/IBlockListener.java 0.00% 2 Missing ⚠️
...va/org/spockframework/runtime/model/BlockInfo.java 66.66% 2 Missing ⚠️
.../java/org/spockframework/compiler/model/Block.java 83.33% 1 Missing ⚠️
...org/spockframework/runtime/PlatformSpecRunner.java 75.00% 1 Missing ⚠️
...va/org/spockframework/runtime/model/ErrorInfo.java 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1575      +/-   ##
============================================
+ Coverage     80.44%   81.86%   +1.41%     
- Complexity     4337     4639     +302     
============================================
  Files           441      450       +9     
  Lines         13534    14550    +1016     
  Branches       1707     1834     +127     
============================================
+ Hits          10888    11911    +1023     
+ Misses         2008     1958      -50     
- Partials        638      681      +43     

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