sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Reevaluate code coverage measurements

Open antonpirker opened this issue 3 years ago • 0 comments

Problem Statement

In our CI we did code coverage measurements: https://github.com/getsentry/sentry-python/blob/master/.github/workflows/ci.yml#L105-L109

          coverage erase
          ./scripts/runtox.sh '' --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
          coverage combine .coverage*
          coverage xml -i
          codecov --file coverage.xml

But no one looked at them so we removed them.

Solution Brainstorm

Think about if we need code coverage and if the tools are the right ones.

antonpirker avatar Sep 19 '22 08:09 antonpirker