Skip to content

Commit 31df5bd

Browse files
committed
Fix typo
1 parent 21bf092 commit 31df5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: poetry install
3535

3636
- name: Run test
37-
run: poetry run invoke test
37+
run: poetry run pytest --cov=. --cov-report=xml
3838

3939
- name: Upload Code Coverage
4040
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)