DK96-OS / MathTools

Mathematical Software Components. This library is actively maintained, and aims to stay updated. New feature proposals are welcome, but may not be included.
Apache License 2.0
2 stars 1 forks source link

Test Report Aggregation #42

Closed DK96-OS closed 2 years ago

DK96-OS commented 2 years ago

Gradle 7.4 introduces a new plugin, test-report-aggregation.

This can simplify the build and test workflow, reducing the number of artifacts that are uploaded, and enabling all tests to be verified in one place.

Hopefully, each of the independent test classes will still be able to be read separately.