From 27526e5a0e4fcd742a8ce204f2b02f0d6eb83b2b Mon Sep 17 00:00:00 2001 From: Florent Clarret Date: Thu, 7 Sep 2023 11:06:05 +0200 Subject: [PATCH] Override test-cov for ddev --- datadog_checks_dev/hatch.toml | 1 + ddev/CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/datadog_checks_dev/hatch.toml b/datadog_checks_dev/hatch.toml index e4e3ffa2cf4c99..9ed9fbd1cce6ad 100644 --- a/datadog_checks_dev/hatch.toml +++ b/datadog_checks_dev/hatch.toml @@ -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 = [ diff --git a/ddev/CHANGELOG.md b/ddev/CHANGELOG.md index c7d20f59575880..f8c262a926b3de 100644 --- a/ddev/CHANGELOG.md +++ b/ddev/CHANGELOG.md @@ -6,6 +6,10 @@ * Add color output to tests in CI ([#15774](https://github.com/DataDog/integrations-core/pull/15774)) +***Fixed***: + +* Fix the datadog_checks_dev tests ([#15779](https://github.com/DataDog/integrations-core/pull/15779)) + ## 5.0.0 / 2023-09-06 ***Removed***: