0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)Kotlin57 forks (57 forks)github user discovery
good first issuepriority: p3type: bug
Repository metrics
- Stars
- 356 stars (356 stars)
- PR merge metrics
- Avg merge 9d 7h (Avg merge 9d 7h)7 merged PRs in 30d (7 merged PRs in 30d)
Description
Environment details
CodeCov integration
Steps to reproduce
- Open a PR and see that CodeCov reports 0% coverage
Contributor guide
- Research direction
- Review the CodeCov configuration in the repository (e.g., .codecov.yml, codecov.yml, or gradle kts) and ensure it correctly points to the test coverage report output from the build system (e.g., JaCoCo report). Verify that the CI workflow (e.g., GitHub Actions) generates and uploads the coverage artifact properly.
- Tech stack
- kotlinandroid
- Domain
- devopstesting qa
- Issue type
- Bug
- Prerequisites
- GitAndroid build system basics