Releases: Vimjas/covimerage
Releases · Vimjas/covimerage
Fix map_function for invalid/unmatched "Defined"
Assign count for continued lines in script (#69)
v0.1.4 Assign count for continued lines in script (#69)
Handle continued lines as executable
Compatibility with Click 7
Merge pull request #59 from blueyed/click Click 7 compatibility
Parse "Defined:" from profile output with functions
Makes use of new information provided by Vim v8.1.0365.
Fix --append with write_coverage (#50)
v0.0.9 Fix --append with write_coverage (#50)
Maintenance release (changes --data-file default)
run: fix --apend with non-default --data-file
Improve parsing of (nested) functions
Improve mapping of functions (#29) This does not rely on the order of functions being listed in the profile output anymore.
Add -l/--loglevel option
- add -l/--loglevel option
- test / lint fixes.