This repository was archived by the owner on May 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ ### ` 2.0.14 `
2+ - fixed coverage combine
3+
14### ` 2.0.13 `
25- fix encoding issues
36
Original file line number Diff line number Diff line change 3030 pass
3131
3232
33- version = VERSION = __version__ = '2.0.13 '
33+ version = VERSION = __version__ = '2.0.14 '
3434
3535COLOR = True
3636
@@ -659,8 +659,8 @@ def main(*argv, **kwargs):
659659 # Ran from current directory
660660 if glob .glob (opj (os .getcwd (), '.coverage.*' )):
661661 write (' Mergeing coverage reports' )
662- # The `-a` option is mandatory here. If we
663- # have a `.coverage` in the current directory, calling
662+ # The `-a` option is mandatory here. If we
663+ # have a `.coverage` in the current directory, calling
664664 # without the option would delete the previous data
665665 try_to_run ('coverage combine -a' )
666666
Original file line number Diff line number Diff line change 22from setuptools import setup
33import sys
44
5- version = '2.0.13 '
5+ version = '2.0.14 '
66classifiers = ["Development Status :: 5 - Production/Stable" ,
77 "Environment :: Plugins" ,
88 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments