Skip to content

Releases: Vimjas/covimerage

Fix map_function for invalid/unmatched "Defined"

01 Jun 05:12
766f918
Compare
Choose a tag to compare

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
55cfec1
Compare
Choose a tag to compare
v0.1.4

Assign count for continued lines in script (#69)

Handle continued lines as executable

10 Feb 16:40
ab335d2
Compare
Choose a tag to compare

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
0fc6e53
Compare
Choose a tag to compare
Merge pull request #59 from blueyed/click

Click 7 compatibility

Parse "Defined:" from profile output with functions

11 Sep 21:35
Compare
Choose a tag to compare

Makes use of new information provided by Vim v8.1.0365.

Fix --append with write_coverage (#50)

21 Jul 18:06
0a5f292
Compare
Choose a tag to compare
v0.0.9

Fix --append with write_coverage (#50)

Maintenance release (changes --data-file default)

21 Jul 15:02
cf9fcd7
Compare
Choose a tag to compare
  • 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
c8461d9
Compare
Choose a tag to compare
  • Use setuptools_scm for easier version handling (#43)
  • run: fix --append with --data-file (#45)

Improve parsing of (nested) functions

07 Jan 20:03
ff427d4
Compare
Choose a tag to compare
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
Choose a tag to compare
  • add -l/--loglevel option
  • test / lint fixes.