Browse Source

add os to coverage file name

pull/14504/head
svlandeg 9 months ago
parent
commit
f8b92f0a46
  1. 2
      .github/workflows/test.yml

2
.github/workflows/test.yml

@ -106,7 +106,7 @@ jobs:
- name: Store coverage files
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
name: coverage-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
path: coverage
include-hidden-files: true

Loading…
Cancel
Save