Skip to content

Commit c065172

Browse files
committed
Omit xml format parameter
1 parent 8d5ca2f commit c065172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
PASSWORD: ${{ secrets.PICNIC_PASSWORD }}
4141
COUNTRY_CODE: ${{ secrets.PICNIC_COUNTRY_CODE }}
4242
run: |
43-
python -m poetry run pytest --cov-branch --cov-report=xml
43+
python -m poetry run pytest tests/ --cov
4444
4545
- name: Lint with ruff
4646
run: |

0 commit comments

Comments
 (0)