Skip to content

Commit

Permalink
Merge pull request #39 from didoda/fix/code-coverage-in-php-unit
Browse files Browse the repository at this point in the history
Fix php-unit and php-cs-stan-unit typo
  • Loading branch information
didoda authored Jul 10, 2024
2 parents 3317a6f + 1fb9f42 commit f1da4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-stan-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ jobs:
- name: 'Archive code coverage results'
uses: 'actions/upload-artifact@v4'
with:
name: 'PHP-${{ matrix.php }}-strategy-job-index-${{ strategy.job-index }}'
name: 'PHP-${{ matrix.php-version }}-strategy-job-index-${{ strategy.job-index }}'
path: '${{ matrix.php-version }}-${{ strategy.job-index }}-clover.xml'
2 changes: 1 addition & 1 deletion .github/workflows/php-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ jobs:
- name: 'Archive code coverage results'
uses: 'actions/upload-artifact@v4'
with:
name: 'PHP-${{ matrix.php }}-strategy-job-index-${{ strategy.job-index }}'
name: 'PHP-${{ matrix.php-version }}-strategy-job-index-${{ strategy.job-index }}'
path: '${{ matrix.php-version }}-${{ strategy.job-index }}-clover.xml'

0 comments on commit f1da4fc

Please sign in to comment.