aiken-lang / aiken

A modern smart contract platform for Cardano
https://aiken-lang.org
Apache License 2.0
454 stars 84 forks source link

Include the number of tests / checks run as part of the summary #862

Closed Quantumplation closed 6 months ago

Quantumplation commented 6 months ago

I got annoyed adding up each of the test counts for each module, so I asked @KtorZ if I could add it to the final summary.

image

We talked a bit about how best to fit it into the code. In theory, a more comprehensive refactor would be possible, whereby the action can return Summary, and summary is extended to include everything. Then, the output format could change, a la this discussion.