8000 v++ [ci skip] · Kami/codecov-python@5002055 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 5002055

Browse files
committed
v++ [ci skip]
1 parent b396aa6 commit 5002055

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### `1.6.4`
2+
- fix gitlab project directory
3+
- fallback on git branch/commit
4+
- fix using gcov_exec
5+
16
### `1.6.0`
27
- depreciate `--no-fail` now a default
38
- add `--required` to fail the build if Codecov fails

codecov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
pass
3131

3232

33-
version = VERSION = __version__ = '1.6.2'
33+
version = VERSION = __version__ = '1.6.3'
3434

3535
COLOR = True
3636

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 = '1.6.2'
5+
version = '1.6.3'
66
classifiers = ["Development Status :: 5 - Production/Stable",
77
"Environment :: Plugins",
88
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)
0