Skip to content

Coverage data had invalid formatting at path  #61

@beshur

Description

@beshur

Hi.

I have my coverage from jest, both in json and json-summary formats.
Either of them results in Coverage data had invalid formatting at path error.

Do you have any tips?

dangerfile:

import {danger, schedule, warn} from 'danger';
import {istanbulCoverage} from 'danger-plugin-istanbul-coverage';

schedule(
  istanbulCoverage({
    // Add a maximum number of entries to display
    numberOfEntries: 10,

    // // The location of the istanbul coverage file.
    coveragePath: '.coverageJest/coverage-summary.json',
  }),
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions