Skip to content

Commit

Permalink
Make coverage filenames unique
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed May 5, 2024
1 parent adcd37c commit 3e9b2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: "Upload coverage file"
uses: "actions/upload-artifact@v4"
with:
name: "phpunit-${{ matrix.php-version }}.coverage"
name: "phpunit-${{ matrix.php-version }}-${{ hashFiles(composer.lock) }}.coverage"
path: "coverage.xml"

upload_coverage:
Expand Down

0 comments on commit 3e9b2a4

Please sign in to comment.