Changelog
### 2.1.10
```
Fixes
- [148](https://github.com/codecov/codecov-python/pull/148) Output elapsed time with S3 upload
- [153](https://github.com/codecov/codecov-python/pull/153) Improve error reporting in the "try_run" function and correctly include original command output in the error message
- [295](https://github.com/codecov/codecov-python/pull/295) Added sleep between upload retries.
- [297](https://github.com/codecov/codecov-python/pull/297) Ignore emacs lisp files
- [298](https://github.com/codecov/codecov-python/pull/298) Fix error try_to_run using | without shell=True (fix 284)
Dependencies and Misc
- [290](https://github.com/codecov/codecov-python/pull/290) Bump coverage from 4.5.4 to 5.2.1
- [291](https://github.com/codecov/codecov-python/pull/291) Update python versions
- [292](https://github.com/codecov/codecov-python/pull/292) Add license scan report and status
- [294](https://github.com/codecov/codecov-python/pull/294) Update README with accurate links
- [296](https://github.com/codecov/codecov-python/pull/296) Bump coverage from 5.2.1 to 5.3
```
### 2.1.9
```
- [289](https://github.com/codecov/codecov-python/pull/289)Remove token restriction as it is changed server-side
```
### 2.1.8
```
- [285](https://github.com/codecov/codecov-python/pull/285)Add support for CODECOV_FLAGS
- [276](https://github.com/codecov/codecov-python/pull/276)Add ability to specify number of upload retries
```
### 2.1.7
```
- [279](https://github.com/codecov/codecov-python/pull/279) Fix pinned coverage version
```
### 2.1.6
```
- [275](https://github.com/codecov/codecov-python/pull/275) Fix GitHub Actions implementation
```
### 2.1.5
```
- [273](https://github.com/codecov/codecov-python/pull/273) Implement retries on Codecov API calls
- [265](https://github.com/codecov/codecov-python/pull/265) Add GitHub Actions CI detection
- [267](https://github.com/codecov/codecov-python/pull/267) Add CODECOV_NAME as default for name
```
### 2.1.4
```
- [260](https://github.com/codecov/codecov-python/pull/260) Enforce black formatting
- [169](https://github.com/codecov/codecov-python/pull/169) Fix command line quoting on Windows
- [216](https://github.com/codecov/codecov-python/pull/216) Fix GitLab CI project directory detection on Windows
- [264](https://github.com/codecov/codecov-python/pull/264) Fix GitLab CI post version 9
- [262](https://github.com/codecov/codecov-python/pull/262) Check text for NoneType on writes
- [266](https://github.com/codecov/codecov-python/pull/266) Include the cacert in the PUT call when uploading to S3
- [263](https://github.com/codecov/codecov-python/pull/263) Fixed gcov not being found in certain instances
```
### 2.1.3
```
- Fix find command not working on Windows
- Add support for gzipping reports
- Dynamic syncing of version
```
### 2.1.1
```
- Fix command when neither hg or git are not available
```
### 2.1.0
```
- Remove x-amz-acl header
- Reformat with Black
```
### 2.0.22
```
- Cleaning TOC generation
```
### 2.0.21
```
- fixed string issues
```
### 2.0.20
```
- fixed broken subprocess handling
```
### 2.0.19
```
- fixed broken subprocess handling
```
### 2.0.18
```
- fixed broken subprocess handling
```
### 2.0.17
```
- fixed reported command injection vulnerability.
```
### 2.0.16
```
- fixed reported command injection vulnerability.
```
### 2.0.15
```
- add `-X s3` to disable direct to S3 uploading
```
### 2.0.14
```
- fixed coverage combine
```
### 2.0.13
```
- fix encoding issues
```
### 2.0.12
```
- revert merge commit fix, back to old way
```
Links
- PyPI: https://pypi.org/project/codecov
- Changelog: https://pyup.io/changelogs/codecov/
- Repo: https://github.com/codecov/codecov-python
This PR updates codecov from 2.0.11 to 2.1.10.
Changelog
### 2.1.10 ``` Fixes - [148](https://github.com/codecov/codecov-python/pull/148) Output elapsed time with S3 upload - [153](https://github.com/codecov/codecov-python/pull/153) Improve error reporting in the "try_run" function and correctly include original command output in the error message - [295](https://github.com/codecov/codecov-python/pull/295) Added sleep between upload retries. - [297](https://github.com/codecov/codecov-python/pull/297) Ignore emacs lisp files - [298](https://github.com/codecov/codecov-python/pull/298) Fix error try_to_run using | without shell=True (fix 284) Dependencies and Misc - [290](https://github.com/codecov/codecov-python/pull/290) Bump coverage from 4.5.4 to 5.2.1 - [291](https://github.com/codecov/codecov-python/pull/291) Update python versions - [292](https://github.com/codecov/codecov-python/pull/292) Add license scan report and status - [294](https://github.com/codecov/codecov-python/pull/294) Update README with accurate links - [296](https://github.com/codecov/codecov-python/pull/296) Bump coverage from 5.2.1 to 5.3 ``` ### 2.1.9 ``` - [289](https://github.com/codecov/codecov-python/pull/289)Remove token restriction as it is changed server-side ``` ### 2.1.8 ``` - [285](https://github.com/codecov/codecov-python/pull/285)Add support for CODECOV_FLAGS - [276](https://github.com/codecov/codecov-python/pull/276)Add ability to specify number of upload retries ``` ### 2.1.7 ``` - [279](https://github.com/codecov/codecov-python/pull/279) Fix pinned coverage version ``` ### 2.1.6 ``` - [275](https://github.com/codecov/codecov-python/pull/275) Fix GitHub Actions implementation ``` ### 2.1.5 ``` - [273](https://github.com/codecov/codecov-python/pull/273) Implement retries on Codecov API calls - [265](https://github.com/codecov/codecov-python/pull/265) Add GitHub Actions CI detection - [267](https://github.com/codecov/codecov-python/pull/267) Add CODECOV_NAME as default for name ``` ### 2.1.4 ``` - [260](https://github.com/codecov/codecov-python/pull/260) Enforce black formatting - [169](https://github.com/codecov/codecov-python/pull/169) Fix command line quoting on Windows - [216](https://github.com/codecov/codecov-python/pull/216) Fix GitLab CI project directory detection on Windows - [264](https://github.com/codecov/codecov-python/pull/264) Fix GitLab CI post version 9 - [262](https://github.com/codecov/codecov-python/pull/262) Check text for NoneType on writes - [266](https://github.com/codecov/codecov-python/pull/266) Include the cacert in the PUT call when uploading to S3 - [263](https://github.com/codecov/codecov-python/pull/263) Fixed gcov not being found in certain instances ``` ### 2.1.3 ``` - Fix find command not working on Windows - Add support for gzipping reports - Dynamic syncing of version ``` ### 2.1.1 ``` - Fix command when neither hg or git are not available ``` ### 2.1.0 ``` - Remove x-amz-acl header - Reformat with Black ``` ### 2.0.22 ``` - Cleaning TOC generation ``` ### 2.0.21 ``` - fixed string issues ``` ### 2.0.20 ``` - fixed broken subprocess handling ``` ### 2.0.19 ``` - fixed broken subprocess handling ``` ### 2.0.18 ``` - fixed broken subprocess handling ``` ### 2.0.17 ``` - fixed reported command injection vulnerability. ``` ### 2.0.16 ``` - fixed reported command injection vulnerability. ``` ### 2.0.15 ``` - add `-X s3` to disable direct to S3 uploading ``` ### 2.0.14 ``` - fixed coverage combine ``` ### 2.0.13 ``` - fix encoding issues ``` ### 2.0.12 ``` - revert merge commit fix, back to old way ```Links
- PyPI: https://pypi.org/project/codecov - Changelog: https://pyup.io/changelogs/codecov/ - Repo: https://github.com/codecov/codecov-python