coala / coala/coala-quickstart
FileGlobs.py: Add tests for branch coverage of get_project_files
Open
difficulty/low
type/tests
- Dominant language
- Python
- Stars
- 49
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
FileGlobs.py is at 100% coverage only because branch coverage has not been enabled.
When branch coverage is enabled, only 75% of the function `get_project_files` is covered.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading FileGlobs.py and the get_project_files function to identify the uncovered branches. Enable branch coverage and run the existing test suite to confirm the current gap. Done means adding tests that exercise the missing branches and bringing get_project_files to full branch coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100