JuliaDebug / JuliaDebug/SnoopCompile.jl
TODO: turn coverage back on
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 331
- Forks
- 58
- Avg merge
- 2h 35m
- Merged PRs (30d)
- 7
Description
Precompiled images are currently disabled when using --code-coverage. Because some tests make assumptions about what has and hasn't been precompiled, it was easiest to simply disable coverage on this repo (see the ci.yml workflow).
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
Start by reading the ci.yml workflow and the behavior around --code-coverage and precompiled images. Determine how to re-enable coverage without violating the tests' assumptions about precompilation, then verify that the coverage workflow and affected tests pass with coverage enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- ci-cd, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100