Skip to content

Commit

Permalink
Unique artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed May 7, 2024
1 parent 9bd4c9b commit e20521f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Store coverage files
uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
path: coverage

coverage-combine:
Expand All @@ -110,8 +110,9 @@ jobs:
- name: Get coverage files
uses: actions/download-artifact@v4
with:
name: coverage
pattern: coverage-*
path: coverage
merge-multiple: true
- run: pip install coverage[toml]
- run: ls -la coverage
- run: coverage combine coverage
Expand Down

0 comments on commit e20521f

Please sign in to comment.