Skip to content

Commit 3e9b2a4

Browse files
committed
Make coverage filenames unique
1 parent adcd37c commit 3e9b2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: "Upload coverage file"
9696
uses: "actions/upload-artifact@v4"
9797
with:
98-
name: "phpunit-${{ matrix.php-version }}.coverage"
98+
name: "phpunit-${{ matrix.php-version }}-${{ hashFiles(composer.lock) }}.coverage"
9999
path: "coverage.xml"
100100

101101
upload_coverage:

0 commit comments

Comments
 (0)