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
Fix an issue where some versions of Istanbul provide code in the coverage files as an array of strings versus just a string. (See #55 and thanks @traviskaufman)
Fix an issue where some transpilers return invalid locations, so ignore them instead of remapping (See #60 and thanks @steve-gray)
Only output missing files when an option.warn is speicified (See #56 and thanks @mikedon)