Skip to content

Commit 27526e5

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

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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 = [

ddev/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
* Add color output to tests in CI ([#15774](https://github.com/DataDog/integrations-core/pull/15774))
88

9+
***Fixed***:
10+
11+
* Fix the datadog_checks_dev tests ([#15779](https://github.com/DataDog/integrations-core/pull/15779))
12+
913
## 5.0.0 / 2023-09-06
1014

1115
***Removed***:

0 commit comments

Comments
 (0)