codecov / codecov/codecov-javascript-bundler-plugins

Support Vercel ncc

Open
#84 0 comments 0 reactions 1 assignee View on GitHub

@aj-codecov is already working on this.

Since May 7, 2024.

enhancement
Dominant language
TypeScript
Stars
9
Forks
10
PR merge metrics
No merged PRs in 30d

Description

https://github.com/vercel/ncc

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 😢

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.