fixed ci.yml formatting

This commit is contained in:
Jonas Depoix 2024-11-11 12:08:24 +01:00
parent e5bd9ae825
commit eef0b92eca
1 changed files with 9 additions and 9 deletions

View File

@ -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"