8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c057a1b commit 066706eCopy full SHA for 066706e
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### `2.1.8`
2
+
3
+- [#285](https://github.com/codecov/codecov-python/pull/285)Add support for CODECOV_FLAGS
4
+- [#276](https://github.com/codecov/codecov-python/pull/276)Add ability to specify number of upload retries
5
6
### `2.1.7`
7
8
- [#279](https://github.com/codecov/codecov-python/pull/279) Fix pinned coverage version
codecov/__version__.py
@@ -5,4 +5,4 @@
__license__ = "Apache 2.0"
__title__ = "codecov"
__url__ = "https://github.com/codecov/codecov-python"
-__version__ = "2.1.7"
+__version__ = "2.1.8"
0 commit comments