Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 7d8f8a1

Browse files
committed
Update sonarcloud.yml workflow dependencies: coverage -> pytest-cov
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
1 parent cb675c2 commit 7d8f8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install pytest coverage
25+
pip install pytest pytest-cov
2626
- name: Collect coverage
2727
run: |
2828
coverage run -m pytest

0 commit comments

Comments
 (0)