GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

Use `workflow_dispatch` to upload CI coverage

Open siyuan0322 opened this issue 2 years ago • 0 comments

Our code coverage could be low due to following reasons:

  • Coverage report is merged from multiple stages (jobs)
  • Jobs could be skipped.

Maybe we could give workflow_dispatch a try so that we could run coverage nightly.

siyuan0322 avatar Jun 13 '22 03:06 siyuan0322