coveralls command now specifies coverage format

This commit is contained in:
Jonas Depoix 2024-11-11 12:20:32 +01:00
parent 07eae03e94
commit 3ecdcff082
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ jobs:
- name: Report intermediate coverage report
uses: coverallsapp/github-action@v2
with:
file: .coverage
format: python
flag-name: run-python-${{ matrix.python-version }}
parallel: true