We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb1f14 commit dd1f476Copy full SHA for dd1f476
datadog_checks_dev/hatch.toml
@@ -23,6 +23,7 @@ matrix.python.features = [
23
]
24
matrix.python.scripts = [
25
{ key = "test", value = "_dd-test --ignore tests/tooling", if = ["2.7"] },
26
+ { key = "test-cov", value = "_dd-test --ignore tests/tooling", if = ["2.7"] },
27
28
# TODO: remove this when the old CLI is gone
29
matrix.python.pre-install-commands = [
0 commit comments