Partial Line Coverage

Support for Javascript's partial line coverage.

📘

Partial line coverage only available for JavaScript, not CoffeeScript or TypeScript.

2104

As an example of what Partials looks like

To enable this feature, add the following block to your codecov.yml

# add the following to your codecov.yml
parsers:
  javascript:
    enable_partials: yes

Then, pass the coverage.json specifically to the uploader, as shown below:

# only upload the coverage.json file
bash <(curl -s https://codecov.io/bash) -f coverage/coverage.json