You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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',
}),
);
The text was updated successfully, but these errors were encountered:
Hi.
I have my coverage from jest, both in
json
andjson-summary
formats.Either of them results in
Coverage data had invalid formatting at path
error.Do you have any tips?
dangerfile:
The text was updated successfully, but these errors were encountered: