GraphScope
GraphScope copied to clipboard
Use `workflow_dispatch` to upload CI coverage
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.