Releases: Vimjas/covimerage
Releases · Vimjas/covimerage
Fix map_function for invalid/unmatched "Defined"
01 Jun 05:12
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)
10 Feb 17:43
Compare
Sorry, something went wrong.
No results found
v0.1.4
Assign count for continued lines in script (#69)
Handle continued lines as executable
10 Feb 16:40
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
11 Oct 02:07
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
11 Sep 21:35
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)
21 Jul 18:06
Compare
Sorry, something went wrong.
No results found
v0.0.9
Fix --append with write_coverage (#50)
Maintenance release (changes --data-file default)
21 Jul 15:02
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
08 Jul 01:58
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
07 Jan 20:03
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
29 Nov 21:54
Compare
Sorry, something went wrong.
No results found
add -l/--loglevel option
test / lint fixes.