Skip to content

Commit

Permalink
👷 Fix coverage processing in CI, one name per matrix run (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Sep 8, 2024
1 parent b083aa0 commit 898e090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 898e090

Please sign in to comment.