trailofbits / trailofbits/buttercup
Expose coverage information in the UI
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 185
- Avg merge
- 51m
- Merged PRs (30d)
- 1
Description
We already have the coverage monitor script that can generate graphs of coverage. We could consider extending the ui with a view that starts from now and periodically computes coverage (not storing any historical data).
Contributor guide
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 common/src/buttercup/common/coverage_monitor.py to understand how coverage graphs are generated. Then trace the existing UI entry point and determine where a view can periodically invoke coverage computation without storing history. Done means the UI shows current coverage information and refreshes it over time without retaining historical data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100