]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
👷 Fix coverage processing in CI, one name per matrix run (#1104)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 8 Sep 2024 12:01:32 +0000 (14:01 +0200)
committerGitHub <noreply@github.com>
Sun, 8 Sep 2024 12:01:32 +0000 (12:01 +0000)
.github/workflows/test.yml

index fe2b2c025b607fa585265e218a656e08b5f59fdb..614235e4753cd12d37e26f72e9fd4c2d143ff68c 100644 (file)
@@ -69,7 +69,7 @@ jobs:
       - name: Test
         run: bash scripts/test.sh
         env:
-          COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
+          COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
           CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
       - name: Store coverage files
         uses: actions/upload-artifact@v4