Skip to content

Commit 0a6a409

Browse files
committed
adjust name of coverage file
1 parent 539b364 commit 0a6a409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Store coverage files
8989
uses: actions/upload-artifact@v4
9090
with:
91-
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
91+
name: coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
9292
path: coverage
9393
include-hidden-files: true
9494
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)