summaryrefslogtreecommitdiffstats
path: root/test/lib/ansible_test/_internal/coverage_util.py
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-07-20 20:12:12 +0200
committerGitHub <noreply@github.com>2022-07-20 20:12:12 +0200
commit4cd3425dfe6fce3dbfdba2a00c493593c838af1d (patch)
tree5a19cd538d2aad1d41040523cdb8c48e46397246 /test/lib/ansible_test/_internal/coverage_util.py
parentUse classproperty to access field attributes of a class (#78180) (diff)
downloadansible-4cd3425dfe6fce3dbfdba2a00c493593c838af1d.tar.xz
ansible-4cd3425dfe6fce3dbfdba2a00c493593c838af1d.zip
ansible-test - Update coverage to 6.4.2 (#78320)
Diffstat (limited to 'test/lib/ansible_test/_internal/coverage_util.py')
-rw-r--r--test/lib/ansible_test/_internal/coverage_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/ansible_test/_internal/coverage_util.py b/test/lib/ansible_test/_internal/coverage_util.py
index 5cd8991e40..3f77c60169 100644
--- a/test/lib/ansible_test/_internal/coverage_util.py
+++ b/test/lib/ansible_test/_internal/coverage_util.py
@@ -64,7 +64,7 @@ class CoverageVersion:
COVERAGE_VERSIONS = (
# IMPORTANT: Keep this in sync with the ansible-test.txt requirements file.
- CoverageVersion('6.3.3', 7, (3, 7), (3, 11)),
+ CoverageVersion('6.4.2', 7, (3, 7), (3, 11)),
CoverageVersion('4.5.4', 0, (2, 6), (3, 6)),
)
"""