The-DevOps-Daily/terraform-provider-validatefx

Track code coverage with Codecov badge

Open

#116 opened on 2025年10月29日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Go (25 forks)github user discovery
cigood first issuehacktoberfest

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド