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

Aggregated Test Report #45

Closed DK96-OS closed 2 years ago

DK96-OS commented 2 years ago

Implement the new Aggregated Test Report Gradle plugin. This simplifies workflows that were uploading test report artifacts for each module.

Now, it is easy to check the tests, as you can see all modules at once!

Resolves #42

DK96-OS commented 2 years ago

The right thing to do is to check in the gradle wrapper, and use it in the workflow. Using the default gradle provided by the GitHub environment reduces the amount of control over the build.

DK96-OS commented 2 years ago

A better way is to use the gradle-build-action which enables specifying the gradle version to build with.