Skip to content

Commit 19bcd35

Browse files
committed
[py-coverage.yml] update coverage command
1 parent 0d2ddd5 commit 19bcd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/py-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Generate coverage report
4646
run: |
4747
pip install --upgrade coverage
48-
coverage run --source fontsize -m py.test
48+
coverage run --source fontsize -m pytest
4949
coverage report -m
5050
coverage xml
5151
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)