earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Update codecov to 2.1.11 #379

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates codecov from 2.1.9 to 2.1.11.

Changelog ### 2.1.11 ``` Fixes - 305 Added option to disable printing of gcov-out - 308 Handle exceptions that don't have a returncode Dependencies and Misc - 301 Update to Python 3.9 ``` ### 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 ```
Links - PyPI: https://pypi.org/project/codecov - Changelog: https://pyup.io/changelogs/codecov/ - Repo: https://github.com/codecov/codecov-python
nkorinek commented 3 years ago

https://github.com/earthlab/matplotcheck/pull/398 closing due to this pr being merged with all the dep updates