Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Publish gradle (test)-reports as artifacts by default #1

@oalyman

Description

@oalyman

Currently we publish the test results as xunit reports in xml format.
This format is processable by different tools but not easily digestable by humans.
Gradle creates test reports in html format at the same time that are easily browsable and interpretable by humans.
Those html reports usually reside under the path $buildDir/reports/tests/test if you do not have crazy custumization of your gradle build.
It would be a great benefit if those reports would be part of the published artifacts.
With issue opendevstack/ods-pipeline#384 implemented they would be even browsable by a single click.
One could think as well as publishing the whole reports directory as depending on used plugins additional reports will most likely end up there.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions