codecov / codecov/codecov-javascript-bundler-plugins
Support Vercel ncc
Aperta
@aj-codecov ci sta già lavorando.
Dal 7/5/2024.
enhancement
- Lingua principale
- TypeScript
- Stelle
- 9
- Fork
- 10
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Under the hood @vercel/ncc uses webpack, and emits a stats.json file. Example command: ncc build index.js -o dist --stats-out dist/stats.json.
The only viable option to do this is to make ncc to emit a stats file which we parse and transform into our schema. We lose the ability to do normalization if we do this though :(
There is a less pretty option here which involves monkeypatching, but just might be too much effort 😢
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.