deepcharles / ruptures

ruptures: change point detection in Python
BSD 2-Clause "Simplified" License
1.6k stars 163 forks source link

docs: fix badges #282

Closed deepcharles closed 1 year ago

deepcharles commented 1 year ago

A couple of badges are not working properly (#279).

codecov[bot] commented 1 year ago

Codecov Report

Base: 98.77% // Head: 98.77% // No change to project coverage :thumbsup:

Coverage data is based on head (80f52e4) compared to base (65186cb). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #282 +/- ## ======================================= Coverage 98.77% 98.77% ======================================= Files 40 40 Lines 978 978 ======================================= Hits 966 966 Misses 12 12 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `98.77% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Charles+T.#carryforward-flags-in-the-pull-request-comment) to find out more. Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Charles+T.). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Charles+T.)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

deepcharles commented 1 year ago

I removed testing for Python36 as it reached its end-of-life and is not supported by the setup-python GitHub Action (see issue).

deepcharles commented 1 year ago

closes #279