stratis-storage / project

A holding place for issues that affect more than one repository in the project
4 stars 0 forks source link

Figure out the best way to make use of coverage information #322

Closed mulkieran closed 3 weeks ago

mulkieran commented 3 years ago

So far, cargo-tarpaulin is doing pretty well. Right now, though, we only generate the output in the GitHub Action, which doesn't allow us to gain much insight.

We could use an online service, like codecov or coveralls. The advantage is it is all handled for us. The disadvantage is depending on this external service.

We could use an off the shelf visualizing tool instead or in addition.

mulkieran commented 3 weeks ago

This has been obsoleted by other coverage-related issues.