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

feat: Configurable report granularity #581

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

porridge
Copy link
Member

@porridge porridge commented Nov 26, 2024

What this PR does / why we need it:

#509 changed the report format from test to step granularity. This change introduces a setting that makes it possible to use the previous granularity.

Technically speaking the previous change was backwards incompatible, but a few releases happened since then so I'm keeping the default at step granularity to prevent another backwards incompatible change.

TODO:

Fixes #575

@porridge porridge force-pushed the porridge/junit-granularity-knob branch from e0c74df to ffc8b84 Compare November 28, 2024 05:32
@porridge porridge force-pushed the porridge/junit-granularity-prefactoring branch from 6e8425b to f8e1d9a Compare November 28, 2024 05:33
Base automatically changed from porridge/junit-granularity-prefactoring to main November 28, 2024 05:36
Signed-off-by: Marcin Owsiany <[email protected]>
@porridge porridge force-pushed the porridge/junit-granularity-knob branch from ffc8b84 to 061d0ac Compare November 28, 2024 05:37
@porridge porridge merged commit 75abf5d into main Nov 28, 2024
6 checks passed
@porridge porridge deleted the porridge/junit-granularity-knob branch November 28, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optional more granular reporting for JUnit reports
2 participants