https://github.com/nedbat/coveragepy

Last synced: about 1 month ago

Repository metadata:

The code coverage tool for Python


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 6,458
Total Committers: 182
Avg Commits per committer: 35.484
Development Distribution Score (DDS): 0.069

Commits in past year: 506
Committers in past year: 21
Avg Commits per committer in past year: 24.095
Development Distribution Score (DDS) in past year: 0.136

Name Email Commits
Ned Batchelder n****d@n****m 6014
dependabot[bot] 4****] 51
Stephan Richter s****r@g****m 21
[email protected] l****c@d****g 17
devdanzin 7****n 15
Daniel Hahler g****t@t****e 15
Hugo van Kemenade h****k 13
Ionel Cristian Maries c****t@i****o 11
garar n****e@n****e 10
David Stanek d****k@d****m 10
Ben Finney b****n@b****u 9
Brett Cannon b****t@p****g 8
Jon Dufresne j****e@g****m 8
Buck Golemon b****k@y****m 6
Andrew Hoos a****s@g****m 6
Ned Batchelder n****d@g****n 5
Marc Abramowitz m****c@m****m 5
Dan Wandschneider d****r@s****m 5
Danny Allen d****n@p****k 5
Steve s****6@g****m 4
Olivier Grisel o****l@e****g 4
Ben Finney b****n@b****u 4
Chris Rose c****s@a****m 4
Christine Lytwynec c****c@g****m 4
Matthew Boehm b****w@g****m 4
holger krekel h****r@m****u 4
[email protected] r****a@x****m 4
Simon Willison s****n@g****m 3
Stan Hu s****u@a****m 3
Sviatoslav Sydorenko wk@s****a 3
and 152 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

pypi: coverage

Code coverage measurement for Python

  • Homepage: https://github.com/nedbat/coveragepy
  • Documentation: https://coverage.readthedocs.io/en/7.6.4
  • Licenses: Apache-2.0
  • Latest release: 7.5.1 (published 8 months ago)
  • Last Synced: 2024-11-10T23:39:45.636Z (about 1 month ago)
  • Versions: 148
  • Dependent Packages: 5,864
  • Dependent Repositories: 142,083
  • Downloads: 99,180,086 Last month
  • Docker Downloads: 3,488,325,382
  • Rankings:
    • Dependent packages count: 0.004%
    • Dependent repos count: 0.005%
    • Downloads: 0.016%
    • Docker downloads count: 0.022%
    • Average: 0.918%
    • Stargazers count: 1.954%
    • Forks count: 3.508%
  • Maintainers (1)
  • Funding:
    • https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=pypi
spack: py-coverage

Testing coverage checker for python

  • Homepage: https://github.com/nedbat/coveragepy
  • Licenses: []
  • Latest release: 7.2.6 (published over 1 year ago)
  • Last Synced: 2024-11-10T23:40:17.473Z (about 1 month ago)
  • Versions: 11
  • Dependent Packages: 15
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Average: 3.495%
    • Dependent packages count: 4.363%
    • Stargazers count: 4.613%
    • Forks count: 5.002%
  • Maintainers (1)
conda: coverage

Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not.

  • Homepage: https://coverage.readthedocs.io
  • Licenses: Apache-2.0
  • Latest release: 7.2.2 (published over 1 year ago)
  • Last Synced: 2024-11-10T23:39:52.887Z (about 1 month ago)
  • Versions: 21
  • Dependent Packages: 2
  • Dependent Repositories: 440
  • Rankings:
    • Dependent repos count: 8.048%
    • Average: 15.628%
    • Stargazers count: 16.339%
    • Forks count: 17.67%
    • Dependent packages count: 20.454%