hydrosquall / tiingo-python

Python client for interacting with the Tiingo Financial Data API (stock ticker and news data)
https://pypi.org/project/tiingo/
MIT License
243 stars 51 forks source link

Update coverage to 7.4.2 #954

Closed pyup-bot closed 4 months ago

pyup-bot commented 4 months ago

This PR updates coverage from 7.4.1 to 7.4.2.

Changelog ### 7.4.2 ``` - Fix: setting `COVERAGE_CORE=sysmon` no longer errors on 3.11 and lower, thanks [Hugo van Kemenade](https://github.com/nedbat/coveragepy/pull/1747). It now issues a warning that sys.monitoring is not available and falls back to the default core instead. :arrow_right:  PyPI page: [coverage 7.4.2](https://pypi.org/project/coverage/7.4.2). :arrow_right:  To install: `python3 -m pip install coverage==7.4.2` ```
Links - PyPI: https://pypi.org/project/coverage - Changelog: https://data.safetycli.com/changelogs/coverage/ - Repo: https://github.com/nedbat/coveragepy
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (178ec42) 90.47% compared to head (0aa02a2) 90.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #954 +/- ## ======================================= Coverage 90.47% 90.47% ======================================= Files 6 6 Lines 294 294 ======================================= Hits 266 266 Misses 28 28 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pyup-bot commented 4 months ago

Closing this in favor of #957