JuliaCI / JuliaCI/CoverageTools.jl
Get uncovered functions/functionality
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 9
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Knowing you have a code coverage of 69% is helpful. However it doesn't help improve the code coverage and manually inspecting the coverage files is not very rewarding.
This would also make it easier to find false negatives in coverage.
For it to be useful, some type of lines (multi line comments ...) should not be counted as lines which can or can't be covered but a neutral third thing. If your coverage would change because you delete old comments that would be surprising.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the coverage-processing code and its existing tests; done means reporting uncovered functions while treating multiline comments as neutral and validating the resulting coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100