The-DevOps-Daily/terraform-provider-validatefx
Auf GitHub ansehenTrack code coverage with Codecov badge
Open
#116 geöffnet am 29. Okt. 2025
cigood first issuehacktoberfest
Repository-Metriken
- Stars
- (21 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.