This repository was archived by the owner on Dec 17, 2018. 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
+
1
4
### ` 2.0.13 `
2
5
- fix encoding issues
3
6
Original file line number Diff line number Diff line change 30
30
pass
31
31
32
32
33
- version = VERSION = __version__ = '2.0.13 '
33
+ version = VERSION = __version__ = '2.0.14 '
34
34
35
35
COLOR = True
36
36
@@ -659,8 +659,8 @@ def main(*argv, **kwargs):
659
659
# Ran from current directory
660
660
if glob .glob (opj (os .getcwd (), '.coverage.*' )):
661
661
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
664
664
# without the option would delete the previous data
665
665
try_to_run ('coverage combine -a' )
666
666
Original file line number Diff line number Diff line change 2
2
from setuptools import setup
3
3
import sys
4
4
5
- version = '2.0.13 '
5
+ version = '2.0.14 '
6
6
classifiers = ["Development Status :: 5 - Production/Stable" ,
7
7
"Environment :: Plugins" ,
8
8
"Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments