scalacenter / bloop

Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.
https://scalacenter.github.io/bloop/
Apache License 2.0
907 stars 202 forks source link

Extend `TestResult#data` with structured summary of tests #1771

Open oyvindberg opened 2 years ago

oyvindberg commented 2 years ago

Extending TestResult#data with structured summary would be nice indeed. Can you create an issue and add todo for that?

_Originally posted by @kpodsiad in https://github.com/scalacenter/bloop/pull/1769#discussion_r934367560_

oyvindberg commented 2 years ago

The data is made available to the BSP service in #1769 , this issue is to discuss if and how we should expose it to clients.