project-oak / oak

Meaningful control of data in distributed systems.
Apache License 2.0
1.31k stars 113 forks source link

Generate code coverage information from CI #1187

Closed daviddrysdale closed 2 years ago

daviddrysdale commented 4 years ago

It would be nice to have a view of how much of the code of (particularly) the Runtime is covered when our tests are run.

daviddrysdale commented 4 years ago

Hold open for the moment, to allow for:

daviddrysdale commented 3 years ago

cargo tarpaulin might be another alternative for generating coverage information, although it also has false negatives.

Note also #1886