Releases: Vimjas/covimerage
Releases · Vimjas/covimerage
Fix map_function for invalid/unmatched "Defined"
Compare
Sorry, something went wrong.
No results found
Fixes
Fix map_function for invalid/unmatched "Defined" (#73 , #74 )
Misc
Use pipes.quote with Python 2.7 (#72 )
Use flake8 built-in per-file-ignores
Assign count for continued lines in script (#69)
Compare
Sorry, something went wrong.
No results found
v0.1.4
Assign count for continued lines in script (#69)
Handle continued lines as executable
Compare
Sorry, something went wrong.
No results found
Changes
Consider continued lines as executable (#68 )
Misc
Cleanup tests and fixtures.
Remove Function.calls (#62 )
Support coveragepy 5 (alpha) (#54 )
Compatibility with Click 7
Compare
Sorry, something went wrong.
No results found
Merge pull request #59 from blueyed/click
Click 7 compatibility
Parse "Defined:" from profile output with functions
Compare
Sorry, something went wrong.
No results found
Makes use of new information provided by Vim v8.1.0365.
Fix --append with write_coverage (#50)
Compare
Sorry, something went wrong.
No results found
v0.0.9
Fix --append with write_coverage (#50)
Maintenance release (changes --data-file default)
Compare
Sorry, something went wrong.
No results found
Change default for --data-file to .coverage_covimerage (#44 )
write_coverage: add support for --append (#49 )
run: forward SIGHUP to subprocess (#48 )
run: fix --apend with non-default --data-file
Compare
Sorry, something went wrong.
No results found
Use setuptools_scm for easier version handling (#43 )
run: fix --append with --data-file (#45 )
Improve parsing of (nested) functions
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
add -l/--loglevel option
test / lint fixes.