Skip to content

Instantly share code, notes, and snippets.

@nedbat
Last active December 21, 2021 19:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nedbat/2e9dbf7f33b1e0e857368af5c5d06202 to your computer and use it in GitHub Desktop.
Save nedbat/2e9dbf7f33b1e0e857368af5c5d06202 to your computer and use it in GitHub Desktop.

I'm making a list of coverage plugins and add-ons. What's good that I'm missing?

Coverage.py plugins

Language support

Configuration

Coverage.py add-ons

Integrating coverage.py elsewhere

  • pytest-cov: pytest plugin to coordinate coverage measurement.
  • SublimePythonCoverage: Sublime Text 2 plugin integrating coverage.py analysis and highlighting for Python
  • coverage-highlight.vim: Vim plugin to highlight Python source code lines that lack test coverage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment