Skip to content

Commit 046848a

Browse files
authored
Update ci.yml
1 parent 3ec66b5 commit 046848a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
python -m pip install --upgrade pip
4343
pip install -r requirements.txt
4444
45-
- name: Test with unittest
46-
run: python -m unittest
45+
- name: Run tests
46+
run: pytest --cov-branch --cov-report=xml
4747

4848
- name: Upload coverage reports to Codecov
4949
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)