https://github.com/nedbat/coveragepy
Last synced: about 1 month ago
Repository metadata:
The code coverage tool for Python
- Host: GitHub
- URL: https://github.com/nedbat/coveragepy
- Owner: nedbat
- License: apache-2.0
- Created: 2018-06-23T17:44:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T13:58:58.000Z (about 2 months ago)
- Last Synced: 2024-11-06T18:49:05.913Z (about 2 months ago)
- Language: Python
- Homepage: https://coverage.readthedocs.io
- Size: 19.6 MB
- Stars: 3,013
- Watchers: 34
- Forks: 433
- Open Issues: 288
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Security: .github/SECURITY.md
-
Funding.yml:
- Github: nedbat
- Tidelift: pypi/coverage
-
Funding Links:
- https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=pypi
- https://github.com/sponsors/nedbat
- https://tidelift.com/funding/github/pypi/coverage
- https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme
- https://tidelift.com/security
- https://tidelift.com/badges/package/pypi/coverage
Owner metadata:
- Name: Ned Batchelder
- Login: nedbat
- Email:
- Kind: user
- Description:
- Website: https://nedbatchelder.com
- Location: Boston
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/23789?u=76b163dcfe4c4f1cdcea32b9f97be0ce037c5e4c&v=4
- Repositories: 117
- Last Synced at: 2024-05-20T15:00:19.934Z
- Profile URL: https://github.com/nedbat
- Sponsor URL:
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 | 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
- Total packages: 3
-
Total downloads:
- pypi: 99,180,086 last-month
- Total docker downloads: 3,488,325,382
- Total dependent packages: 5,881 (may contain duplicates)
- Total dependent repositories: 142,523 (may contain duplicates)
- Total versions: 180
- Total maintainers: 2
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%