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 support for selecting individual iterations #1376

Merged
merged 1 commit into from
Oct 4, 2021

Conversation

marcphilipp
Copy link
Member

Individual iterations can now be selected via their unique ID.

Co-authored-by: Leonard Brünings lbruenings@gradle.com

Individual iterations can now be selected via their unique ID.

Co-authored-by: Leonard Brünings <lbruenings@gradle.com>
@marcphilipp marcphilipp self-assigned this Oct 4, 2021
@codecov
Copy link

codecov bot commented Oct 4, 2021

Codecov Report

Merging #1376 (bc207c9) into master (6cf09c6) will increase coverage by 0.06%.
The diff coverage is 93.18%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1376      +/-   ##
============================================
+ Coverage     79.26%   79.33%   +0.06%     
- Complexity     3950     3966      +16     
============================================
  Files           402      403       +1     
  Lines         12290    12320      +30     
  Branches       1625     1626       +1     
============================================
+ Hits           9742     9774      +32     
+ Misses         1965     1962       -3     
- Partials        583      584       +1     
Impacted Files Coverage Δ
.../spockframework/runtime/model/IterationFilter.java 91.66% <91.66%> (ø)
...spockframework/runtime/MethodSelectorResolver.java 90.69% <92.85%> (+12.12%) ⬆️
...ework/runtime/PlatformParameterizedSpecRunner.java 77.94% <100.00%> (+0.16%) ⬆️
.../org/spockframework/runtime/model/FeatureInfo.java 98.27% <100.00%> (+0.06%) ⬆️
...spockframework/runtime/SpockComparisonFailure.java 100.00% <0.00%> (+16.66%) ⬆️

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 6cf09c6...bc207c9. Read the comment docs.

@leonard84 leonard84 merged commit 9042787 into spockframework:master Oct 4, 2021
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