Skip to content

Commit

Permalink
Override test-cov for ddev
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Sep 7, 2023
1 parent acb1f14 commit dd1f476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datadog_checks_dev/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ matrix.python.features = [
]
matrix.python.scripts = [
{ key = "test", value = "_dd-test --ignore tests/tooling", if = ["2.7"] },
{ key = "test-cov", value = "_dd-test --ignore tests/tooling", if = ["2.7"] },
]
# TODO: remove this when the old CLI is gone
matrix.python.pre-install-commands = [
Expand Down

0 comments on commit dd1f476

Please sign in to comment.