ci: add coverage to CI
This commit is contained in:
parent
0c69d52379
commit
cb8f6bba5a
3 changed files with 57 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue