Coverage
Upload Flutter test coverage to Codecov and show a badge in README
How to create a test badge like this?
Step 1: Login to Codecov
Step 2: Generate lcov.info in local
lcov.info in localStep 3: Create GitHub Actions workflow
Important: Public vs Private Repository
Step 4: Commit and push
Step 5: Check CI/CD status
Step 6: View result on Codecov
Step 7: Add coverage badge to README
Note
Conclusion
Last updated