------------------------------------------------------------------- Sun May 7 18:44:59 UTC 2023 - Dirk Müller - update to 2.1.13: * Add deprecation notice * Add migration guide link ------------------------------------------------------------------- Tue Aug 24 13:53:55 UTC 2021 - John Paul Adrian Glaubitz - Update to 2.1.12 - Add Cirrus CI - Bump coverage from 5.3 to 5.3.1 - Bump coverage from 5.3.1 to 5.4 - Bump coverage from 5.4 to 5.5 - Upgrade to GitHub-native Dependabot - from version 2.1.11 - Added option to disable printing of gcov-out - Handle exceptions that don't have a returncode - Update to Python 3.9 - from version 2.1.10 - Output elapsed time with S3 upload - Improve error reporting in the "try_run" function and correctly include original command output in the error message - Added sleep between upload retries. - Ignore emacs lisp files - Fix error try_to_run using | without shell=True (fix #284) - Bump coverage from 4.5.4 to 5.2.1 - Update python versions - Add license scan report and status - Update README with accurate links - Bump coverage from 5.2.1 to 5.3 ------------------------------------------------------------------- Thu Sep 17 06:50:15 UTC 2020 - Dirk Mueller - update to 2.1.9: * Remove token restriction as it is changed server-side * support for CODECOV_FLAGS * ability to specify number of upload retries ------------------------------------------------------------------- Thu Jul 9 04:47:48 UTC 2020 - Steve Kowalik - 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 - Remove superfluous devel dependency for noarch package ------------------------------------------------------------------- Mon Aug 13 14:18:43 UTC 2018 - mcepl@suse.com - Remove dependency on unittest2 (tests are not run at all, because they depend on network) ------------------------------------------------------------------- Tue May 29 16:52:48 UTC 2018 - toddrme2178@gmail.com - Update to 2.0.15 * add `-X s3` to disable direct to S3 uploading - Update to 2.0.14 * fixed coverage combine - Update to 2.0.13 * fix encoding issues - Update to 2.0.12 * revert merge commit fix, back to old way - Update to 2.0.11 * fix merge commit when it's a pull request * remove snapci, business closed * skip vendor directories for gcov parsing * run coverage combine not merge * fix report encoding - Update to 2.0.10 * fix uploading when reports contain characters outside of latin-1 * remove reduced_redundancy header from - Add license file ------------------------------------------------------------------- Tue May 29 16:47:53 UTC 2018 - toddrme2178@gmail.com - Add license and doc files - Use license tag - Spec file cleanups ------------------------------------------------------------------- Sat Mar 3 18:35:41 UTC 2018 - arun@gmx.de - specfile: * update copyright year * don't use python_module for Requires ------------------------------------------------------------------- Thu Jul 13 15:05:51 UTC 2017 - toddrme2178@gmail.com - Initial version