projectwallace / projectwallace/css-code-coverage
❤️🔥 Calculate line 'hotness'
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Figure out how many times a line is covered instead of only tracking whether it's covered or not.
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. Trace how browser-reported CSS coverage is currently recorded, then identify the coverage output that would need counts instead of a covered/not-covered state; done means each line reports how many times it was covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, typescript
- Domain
- devtools, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100