We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539b364 commit 0a6a409Copy full SHA for 0a6a409
.github/workflows/test.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Store coverage files
89
uses: actions/upload-artifact@v4
90
with:
91
- name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
+ name: coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
92
path: coverage
93
include-hidden-files: true
94
- uses: codecov/codecov-action@v5
0 commit comments