codecov / codecov/codecov-javascript-bundler-plugins
Generate report with dry run and be able to upload the generated json through the CLI
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
The ability to generate a report with the vite-plugin that builds the stats.json on /dist and be able to run npx @codecov/bundle-analyzer with the file to upload in the config files.
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 locating the Vite plugin that builds stats.json in dist and the @codecov/bundle-analyzer CLI and configuration handling. Trace how the plugin generates the report and how the CLI currently accepts input. Done means supporting a dry run that produces the JSON and allowing that generated file to be uploaded through the CLI configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vite
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100