Add coverage package (#3053)

This commit is contained in:
Hood Chatham 2022-09-04 06:14:12 -05:00 committed by GitHub
parent e4bc821d35
commit 0e363f0e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
package:
name: coverage
version: 6.4.4
source:
url: https://files.pythonhosted.org/packages/79/f3/8c1af7233f874b5df281397e2b96bedf58dc440bd8c6fdbf93a4436c517a/coverage-6.4.4.tar.gz
sha256: e16c45b726acb780e1e6f88b286d3c10b3914ab03438f32117c4aa52d7f30d58
requirements:
run:
- sqlite3
test:
imports:
- coverage
about:
home: https://github.com/nedbat/coveragepy
PyPI: https://pypi.org/project/coverage
summary: Code coverage measurement for Python
license: Apache 2.0