Skip to content

Commit

Permalink
Merge pull request #150 from reedy/patch-1
Browse files Browse the repository at this point in the history
scrutinize.yaml: rm double space
  • Loading branch information
manicki authored Jan 8, 2025
2 parents 19e5c88 + 0e8ae57 commit ca3222a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrutinize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: vendor
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
- name: Generate PHP tests coverage
run: vendor/bin/phpunit --coverage-clover coverage.clover
run: vendor/bin/phpunit --coverage-clover coverage.clover
- name: Upload Scrutinizer coverage
uses: sudo-bot/action-scrutinizer@latest
with:
Expand Down

0 comments on commit ca3222a

Please sign in to comment.