8000 version up · samuelpiltch/codecov-python@15a6b15 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Commit 15a6b15

Browse files
committed
version up
1 parent 3892a1e commit 15a6b15

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### `2.0.14`
2+
- fixed coverage combine
3+
14
### `2.0.13`
25
- fix encoding issues
36

codecov/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
pass
3131

3232

33-
version = VERSION = __version__ = '2.0.13'
33+
version = VERSION = __version__ = '2.0.14'
3434

3535
COLOR = 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33
import sys
44

5-
version = '2.0.13'
5+
version = '2.0.14'
66
classifiers = ["Development Status :: 5 - Production/Stable",
77
"Environment :: Plugins",
88
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)
0