ci: add coverage to CI

This commit is contained in:
Anand Balakrishnan 2023-10-15 11:15:17 -07:00
parent 0c69d52379
commit cb8f6bba5a
No known key found for this signature in database
3 changed files with 57 additions and 2 deletions

View file

@ -35,7 +35,7 @@ dev = [
"black",
]
test = ["pytest", "pytest-cov", "hypothesis[lark]"]
test = ["pytest", "coverage", "hypothesis[lark]"]
[build-system]
requires = ["maturin>=1.0,<2.0"]