firecracker icon indicating copy to clipboard operation
firecracker copied to clipboard

Expose kcov run results as HTML

Open sandreim opened this issue 4 years ago • 2 comments

At this time coverage failures investigation require manually copying the files locally. This would reduce the time required to investigate a coverage failure and would easily highlight the code that requires testing.

Options that I can think of right now are:

  • zip the output and upload it and provide URL for download
  • upload and provide URL.

sandreim avatar Oct 01 '19 15:10 sandreim

We're continuing to track this as a nice to have.

serban300 avatar Aug 31 '21 08:08 serban300

After discussions, we decided to make use of buildkite's artifact capability to store the zipped HTML results that kcov leaves behind after a coverage run.

dianpopa avatar Dec 21 '21 14:12 dianpopa

We have switching from kcov to using grcov, and decided that instead of having our CI generate html artifacts and store them, we use codecov.io for coverage visualization: https://app.codecov.io/gh/firecracker-microvm/firecracker

roypat avatar Dec 22 '23 17:12 roypat