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
250 stars 52 forks source link

Update coverage to 7.4.3 #957

Closed pyup-bot closed 7 months ago

pyup-bot commented 7 months ago

This PR updates coverage from 7.4.1 to 7.4.3.

Changelog ### 7.4.3 ``` -------------------------- - Fix: in some cases, coverage could fail with a RuntimeError: "Set changed size during iteration." This is now fixed, closing `issue 1733`_. .. _issue 1733: https://github.com/nedbat/coveragepy/issues/1733 .. _changes_7-4-2: ``` ### 7.4.2 ``` -------------------------- - Fix: setting ``COVERAGE_CORE=sysmon`` no longer errors on 3.11 and lower, thanks `Hugo van Kemenade <pull 1747_>`_. It now issues a warning that sys.monitoring is not available and falls back to the default core instead. .. _pull 1747: https://github.com/nedbat/coveragepy/pull/1747 .. _changes_7-4-1: ```
Links - PyPI: https://pypi.org/project/coverage - Changelog: https://data.safetycli.com/changelogs/coverage/ - Repo: https://github.com/nedbat/coveragepy
codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 90.47%. Comparing base (092cb65) to head (81d798e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #957 +/- ## ======================================= 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.