Skip to content

Commit 64cefdb

Browse files
committed
Fix workflow: add pytest-cov installation for coverage reports
1 parent 9080720 commit 64cefdb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ jobs:
125125
python -m pip install --upgrade pip
126126
pip install -r requirements.txt
127127
128+
- name: Install test dependencies
129+
working-directory: backend
130+
run: |
131+
pip install pytest-cov
132+
128133
- name: Run unit tests
129134
working-directory: backend
130135
run: |

0 commit comments

Comments
 (0)