Daniel

Results 7 comments of Daniel

Just as an example, [pitest](https://github.com/hcoles/pitest) created a new a *report-aggregate-module* goal to do this aggregation through pom dependencies executed at the end of the lifecycle, while keeping the *report-aggregate* goal...

> > Just as an example, [pitest](https://github.com/hcoles/pitest) created a new a _report-aggregate-module_ goal to do this aggregation through pom dependencies executed at the end of the lifecycle, while keeping the...

> > > > Just as an example, [pitest](https://github.com/hcoles/pitest) created a new a _report-aggregate-module_ goal to do this aggregation through pom dependencies executed at the end of the lifecycle, while...

When is this going to be merged @hcoles @aurelien-baudet so we have a working report-aggregate? Seems such a simple solution. Thank you for your hard work!

to query a JsonValue, you can implement a [jmespath](https://jmespath.org/) in haskell 👍

The json might not be a jsonObject, so we need something more involved than that. Nevertheless, at the end of the youtube video, if I remeber correctly, there are examples...