← Back to changelog

Introducing Python Test Coverage 🎉

Code coverage is an important metric of quality in any software project. Giving your team the confidence that all crucial paths of your codebase are exercised is as important as the test suite itself.

That’s why we’re excited to announce official test coverage support for Python projects with our new python test reporter.

To use the new reporter in your Python project, first generate a coverage report with coverage.py:

Then you can use the codeclimate-test-reporter to report your results to codeclimate.com:

And that’s it! You’ll then see test coverage results within your Code Climate repo.

​

For more information, check out our test coverage doc and the Python test reporter repo on GitHub.

Happy reporting!

Actionable metrics for engineering leaders. Try Velocity Free