getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.23k stars 4.21k forks source link

ref: disable branch coverage #81140

Closed asottile-sentry closed 16 hours ago

asottile-sentry commented 17 hours ago

this disables branch coverage (coverage of jumps for loops / if statements / lambdas / try-except / etc.) but drastically improves CI time

we can revert this out once https://github.com/nedbat/coveragepy/issues/1746 is resolved and we're on a sufficiently new-enough version of coverage