Skip to content

Commit 05f5fce

Browse files
committed
fix typo
1 parent 940bd2b commit 05f5fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- name: Run pytest
3636
run: pytest --cov=./ --cov-report=term
3737
- name: Check Coverage
38-
uses: coverage report --fail-under=80
38+
run: coverage report --fail-under=80

0 commit comments

Comments
 (0)