Skip to content

Commit a7e8367

Browse files
committed
Fix coverage report generation
1 parent c065172 commit a7e8367

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 tests/ --cov
43+
python -m poetry run pytest tests/ --cov --cov-report=xml
4444
4545
- name: Lint with ruff
4646
run: |

0 commit comments

Comments
 (0)