The-DevOps-Daily/terraform-provider-validatefx

Track code coverage with Codecov badge

Ouverte

#116 ouverte le 29 oct. 2025

 (0 commentaire) (0 réaction) (0 personne assignée)Go (25 forks)github user discovery
cigood first issuehacktoberfest

Métriques du dépôt

Stars
 (21 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur