rye add --dev coverage

This commit is contained in:
Cédric Deltheil 2024-01-27 15:10:31 +00:00 committed by Cédric Deltheil
parent c01dad1c77
commit 1efb7a0e10

View file

@ -59,6 +59,7 @@ dev-dependencies = [
"docformatter>=1.7.5",
"pytest>=7.4.2",
"mkdocs-material>=9.5.3",
"coverage>=7.4.1",
]