The-DevOps-Daily/terraform-provider-validatefx

Track code coverage with Codecov badge

开放

#116 创建于 2025年10月29日

 (0 条评论) (0 个反应) (0 位负责人)Go (25 个派生)github user discovery
cigood first issuehacktoberfest

仓库指标

星标
 (21 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Configure CI to upload Go coverage results to Codecov and surface a badge in the README.

Steps:

  • Update GitHub Actions workflow to run go test -coverprofile.
  • Integrate Codecov token handling via repository secrets.
  • Document how to interpret the coverage report and thresholds.

贡献者指南