Browse Source

👷 Tweak coverage file name

pull/14535/head
Sebastián Ramírez 7 months ago
parent
commit
6609e6115b
  1. 2
      .github/workflows/test.yml

2
.github/workflows/test.yml

@ -120,7 +120,7 @@ jobs:
if: matrix.coverage == 'coverage' if: matrix.coverage == 'coverage'
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v5
with: with:
name: coverage-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pydantic-version }} name: coverage-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/coverage/.coverage.*') }}
path: coverage path: coverage
include-hidden-files: true include-hidden-files: true

Loading…
Cancel
Save