istanbuljs / v8-to-istanbul

convert from v8 coverage format to istanbul's format
ISC License
114 stars 41 forks source link

fixing off by one error in reporting causes exceptions for othe reports #122

Open bcoe opened 4 years ago

bcoe commented 4 years ago
TypeError: Cannot read property 'loc' of undefined
    at /Users/bencoe/google/nodejs-phishing-protection/node_modules/istanbul-reports/lib/lcovonly/index.js:53:35
    at Array.forEach (<anonymous>)
bcoe commented 4 years ago

Refs: https://github.com/bcoe/c8/issues/254