We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07583f3 commit 4cbedcdCopy full SHA for 4cbedcd
3 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### `2.1.5`
2
+
3
+- [#273](https://github.com/codecov/codecov-python/pull/273) Implement retries on Codecov API calls
4
+- [#265](https://github.com/codecov/codecov-python/pull/265) Add GitHub Actions CI detection
5
+- [#267](https://github.com/codecov/codecov-python/pull/267) Add CODECOV_NAME as default for name
6
7
### `2.1.4`
8
9
- [#260](https://github.com/codecov/codecov-python/pull/260) Enforce black formatting
codecov/__version__.py
@@ -5,4 +5,4 @@
__license__ = "Apache 2.0"
__title__ = "codecov"
__url__ = "https://github.com/codecov/codecov-python"
-__version__ = "2.1.4"
+__version__ = "2.1.5"
tests/requirements.txt
@@ -1,7 +1,7 @@
coverage>=4.4.0
ddt
mock
-pytest>=3.6.0
+pytest>=4.6.0
pytest-cov
funcsigs
requests
0 commit comments