flows - yibinericxia/documents GitHub Wiki

Code Coverage

Code coverage is a stage after code compilation to measure the code execution during automatic testing. There are many software tools in this area.

Github Actions

Define workflows under .github/workflows/ in yaml files to perform tasks when events trigger the workflow run. A workflow can be also triggered by a scheduler or manually. You can migrate some Jenkins jobs to Github workflows.

References

⚠️ **GitHub.com Fallback** ⚠️