Skip to content

Commit eb377ca

Browse files
add cov
1 parent 2541619 commit eb377ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install pytest
31+
pip install pytest pytest-cov codecov
3232
pip install -r requirements.txt
3333
- name: Install adapt
3434
run: |

0 commit comments

Comments
 (0)