Skip to content

Commit

Permalink
Fix codecov coverage upload CI step.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Jul 31, 2023
1 parent b48bb1e commit b2be54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit b2be54b

Please sign in to comment.