Release 0.9.5
In releases 0.9.1 ... 0.9.5 there were the following features were added:
-
🚀 Add support for remapping filenames (#144)
You can now provide
remap()
with a function namedmapFileName
which will be called when the final remapped coverage is being determined. It will be called with a single string argument and expect a string return. This is designed to be used to do advanced manipulation of filenames in the outputted coverage information. The README has been updated with usage information.
The follow bugs were addressed: