8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b396aa6 commit 5002055Copy full SHA for 5002055
CHANGELOG.md
@@ -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
+
6
### `1.6.0`
7
- depreciate `--no-fail` now a default
8
- add `--required` to fail the build if Codecov fails
codecov/__init__.py
@@ -30,7 +30,7 @@
30
pass
31
32
33
-version = VERSION = __version__ = '1.6.2'
+version = VERSION = __version__ = '1.6.3'
34
35
COLOR = True
36
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
import sys
-version = '1.6.2'
+version = '1.6.3'
classifiers = ["Development Status :: 5 - Production/Stable",
"Environment :: Plugins",
"Intended Audience :: Developers",
0 commit comments