1
0

- Update to 2.1.7:

* Fix pinned coverage version
  * Fix GitHub Actions implementation
  * Implement retries on Codecov API calls
  * Add GitHub Actions CI detection
  * Add CODECOV_NAME as default for name
  * Fix command line quoting on Windows
  * Fix GitLab CI project directory detection on Windows
  * Fix GitLab CI post version 9
  * Check text for NoneType on writes
  * Include the cacert in the PUT call when uploading to S3
  * Fixed gcov not being found in certain instances
  * Fix find command not working on Windows
  * Add support for gzipping reports
  * Dynamic syncing of version
  * Fix command when neither hg or git are not available
  * Remove x-amz-acl header
  * Cleaning TOC generation
  * fixed string issues
  * fixed broken subprocess handling
  * fixed reported command injection vulnerability.
- Drop LICENSE file, included directly in the tarball

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-codecov?expand=0&rev=9
This commit is contained in:
2020-07-09 04:52:24 +00:00
committed by Git OBS Bridge
parent 0dc1e54f45
commit ad4c559428
5 changed files with 32 additions and 210 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Jul 9 04:47:48 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.1.7:
* Fix pinned coverage version
* Fix GitHub Actions implementation
* Implement retries on Codecov API calls
* Add GitHub Actions CI detection
* Add CODECOV_NAME as default for name
* Fix command line quoting on Windows
* Fix GitLab CI project directory detection on Windows
* Fix GitLab CI post version 9
* Check text for NoneType on writes
* Include the cacert in the PUT call when uploading to S3
* Fixed gcov not being found in certain instances
* Fix find command not working on Windows
* Add support for gzipping reports
* Dynamic syncing of version
* Fix command when neither hg or git are not available
* Remove x-amz-acl header
* Cleaning TOC generation
* fixed string issues
* fixed broken subprocess handling
* fixed reported command injection vulnerability.
- Drop LICENSE file, included directly in the tarball
-------------------------------------------------------------------
Tue Dec 4 12:46:43 UTC 2018 - Matej Cepl <mcepl@suse.com>