coveralls command now specifies coverage format
This commit is contained in:
parent
07eae03e94
commit
3ecdcff082
|
@ -47,6 +47,8 @@ jobs:
|
||||||
- name: Report intermediate coverage report
|
- name: Report intermediate coverage report
|
||||||
uses: coverallsapp/github-action@v2
|
uses: coverallsapp/github-action@v2
|
||||||
with:
|
with:
|
||||||
|
file: .coverage
|
||||||
|
format: python
|
||||||
flag-name: run-python-${{ matrix.python-version }}
|
flag-name: run-python-${{ matrix.python-version }}
|
||||||
parallel: true
|
parallel: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue