Skip to content

Commit dd1f476

Browse files
Override test-cov for ddev
1 parent acb1f14 commit dd1f476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datadog_checks_dev/hatch.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ matrix.python.features = [
2323
]
2424
matrix.python.scripts = [
2525
{ key = "test", value = "_dd-test --ignore tests/tooling", if = ["2.7"] },
26+
{ key = "test-cov", value = "_dd-test --ignore tests/tooling", if = ["2.7"] },
2627
]
2728
# TODO: remove this when the old CLI is gone
2829
matrix.python.pre-install-commands = [

0 commit comments

Comments
 (0)