The-DevOps-Daily/terraform-provider-validatefx
Voir sur GitHubTrack code coverage with Codecov badge
Open
#116 ouverte le 29 oct. 2025
cigood first issuehacktoberfest
Métriques du dépôt
- Stars
- (21 stars)
- Métriques de merge PR
- (Métriques PR en attente)
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.