This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit b2be54b186990e04a7e10b8e40c6608eef4734a1
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jul 31 12:41:18 2023 +0200

    Fix codecov coverage upload CI step.
---
 requirements-tests.txt | 2 +-
 tox.ini                | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/requirements-tests.txt b/requirements-tests.txt
index dbadc3a48..f19373912 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,4 +1,4 @@
-coverage==7.1.0; python_version >= '3.8'
+coverage==7.2.7; python_version >= '3.8'
 requests>=2.31.0
 requests_mock==1.11.0
 pytest==7.4.0
diff --git a/tox.ini b/tox.ini
index 6bd9c8dc1..233040495 100644
--- a/tox.ini
+++ b/tox.ini
@@ -341,6 +341,7 @@ setenv =
   CRYPTOGRAPHY_ALLOW_OPENSSL_102=1
 commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
            coverage run --source=libcloud setup.py test
+           coverage xml
 
 [testenv:isort]
 deps =

Reply via email to