Skip to content

Commit 9977a01

Browse files
authored
Merge pull request #35 from code-yeongyu/feature/test-codecov
Fix typo in workflow
2 parents e2abd22 + 9ecc828 commit 9977a01

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)