fixed ci.yml formatting
This commit is contained in:
parent
e5bd9ae825
commit
eef0b92eca
|
@ -50,14 +50,14 @@ jobs:
|
||||||
flag-name: run-python-${{ matrix.python-version }}
|
flag-name: run-python-${{ matrix.python-version }}
|
||||||
parallel: true
|
parallel: true
|
||||||
|
|
||||||
finish:
|
finish:
|
||||||
needs: test
|
needs: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Finalize coverage report
|
- name: Finalize coverage report
|
||||||
uses: coverallsapp/github-action@v2
|
uses: coverallsapp/github-action@v2
|
||||||
with:
|
with:
|
||||||
parallel-finished: true
|
parallel-finished: true
|
||||||
carryforward: "run-python-3.8,run-python-3.9,run-python-3.10,run-python-3.11,run-python-3.12,run-python-3.13,run-python-3.14"
|
carryforward: "run-python-3.8,run-python-3.9,run-python-3.10,run-python-3.11,run-python-3.12,run-python-3.13,run-python-3.14"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue