coveragepy
Code analyzer
Analyze and report on the execution of Python code to measure coverage levels.
The code coverage tool for Python
3k stars
34 watching
434 forks
Language: Python
last commit: 3 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mwaskom/seaborn | A high-level interface for statistical data visualization | 12,575 |
cjermain/rust-python-coverage | An example project demonstrating automated test coverage for Rust and Python codebases using Cargo-Llvm-Cov | 39 |
danmayer/coverband | A tool to measure and report on the execution of code in production environments | 2,508 |
facebook/pyre-check | Type-checking software for Python code | 6,859 |
benfred/py-spy | A tool that lets you visualize what your program is spending time on without modifying the code. | 12,828 |
yeshan333/ex_integration_coveralls | Provides tools to analyze code coverage at runtime | 4 |
parroty/excoveralls | A tool that generates and reports test coverage statistics for Elixir projects. | 826 |
alex-seville/blanket | A JavaScript code coverage tool that adds statistics to existing tests, providing insight into which parts of the code are covered by tests. | 1,401 |
clips/pattern | A comprehensive Python module for web mining and analysis of text data. | 8,750 |
pydantic/pydantic | A Python library for validating data using type hints and JSON Schema. | 21,145 |
serut/meteor-coverage | Tool for measuring code coverage in Meteor projects | 54 |
jendrikseipp/vulture | Automatically finds and reports unused code in Python programs. | 3,513 |
cds-astro/mocpy | A Python library for creating and manipulating Multi-Order Coverage maps | 60 |
mikeferguson/code_coverage | Provides tools for generating code coverage reports in ROS packages | 37 |
kozea/pygal | A Python library for creating dynamic SVG charts. | 2,661 |