From: Sebastián Ramírez Date: Sun, 8 Sep 2024 12:01:32 +0000 (+0200) Subject: 👷 Fix coverage processing in CI, one name per matrix run (#1104) X-Git-Tag: 0.0.23~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=898e0902d45cf71b43207d37b7f37341b2325a19;p=thirdparty%2Ffastapi%2Fsqlmodel.git 👷 Fix coverage processing in CI, one name per matrix run (#1104) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe2b2c02..614235e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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