getsentry / raven-python

Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python
https://sentry.io
BSD 3-Clause "New" or "Revised" License
1.68k stars 657 forks source link

Add SemVer stability badge to README #1268

Closed greysteil closed 1 year ago

greysteil commented 6 years ago

Adds a SemVer stability badge that displays the percentage of CI runs that pass when updating raven between SemVer compatible versions. Data comes from update runs that Dependabot has done for sentry users (disclosure: I built it).

Here's what the badge looks like:

SemVer

I put together an equivalent PR for the ruby gem and the folks there really liked it, so thought I'd put one together for Python, too. :octocat: