The-DevOps-Daily/terraform-provider-validatefx
Track code coverage with Codecov badge
Aberta
#116 aberto em 29 de out. de 2025
cigood first issuehacktoberfest
Métricas do repositório
- Stars
- (21 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
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.