-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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
Labels
No labels