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 27526e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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
4 changes: 4 additions & 0 deletions ddev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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***:
Expand Down

0 comments on commit 27526e5

Please sign in to comment.