Skip to content

練習實作 Github Action 並產生程式碼涵蓋率報告(To practice generate code coverage report with github action.)

License

Notifications You must be signed in to change notification settings

cdcd72/GenerateCoverageReportWithAction.CSharp.Demo

Repository files navigation

GenerateCoverageReportWithAction.CSharp.Demo

練習實作 Github Action 並產生程式碼涵蓋率報告。
To practice generate code coverage report with github action.

說明

當你推送 develop 或 feature_* 分支後會觸發其開發工作流程。

  1. When you push develop or feature_* branch, it will trigger dev workflow.

接著到 Actions 頁面,可以看到那些工作流程狀況。

  1. Then go to Actions page, you will see all dev workflow situation.

    Image

接著再點進去已跑完的工作流程,就能下載測試涵蓋率報告。

  1. Then deep into completed dev workflow page, you can download code coverage report.

    Image

About

練習實作 Github Action 並產生程式碼涵蓋率報告(To practice generate code coverage report with github action.)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages