Skip to content

Commit

Permalink
Fixed path for coverage HTML report in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Jan 12, 2024
1 parent 4867b8c commit f61c6c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Upload coverage report as artifact
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: ./coverage
name: ${{github.job}}-code-coverage-report-${{ matrix.php-versions }}
path: ./.coverage-html

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-scaffold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Upload coverage report as artifact
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
name: ${{github.job}}-code-coverage-report
path: ./coverage

- name: Upload coverage report to Codecov
Expand Down

0 comments on commit f61c6c9

Please sign in to comment.