Skip to content

Commit 3154c62

Browse files
committed
Test different test command
1 parent f35feb1 commit 3154c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install .
2828
- name: Test
2929
run: |
30-
pytest --cov=howlongtobeatpy --cov-report=xml
30+
pytest --cov howlongtobeatpy --cov-report xml
3131
- name: Upload coverage to Codecov
3232
uses: codecov/codecov-action@v3
3333
with:

0 commit comments

Comments
 (0)