Add in coverage recording to the test process

This commit is contained in:
Mike Auty
2025-04-27 14:56:17 +01:00
parent c6e8c0d4e8
commit 9c7655a635
3 changed files with 58 additions and 47 deletions
+1
View File
@@ -45,6 +45,7 @@ dev = [
test = [
"volatility3[dev]",
"pytest>=8.3.3,<9",
"pytest-cov>=6.1.1,<7",
"yara-x>=0.10.0,<1",
]