Skip to content

Commit

Permalink
scrutinizer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hexogen committed Nov 21, 2022
1 parent 5e5bbdc commit ed3d582
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 10

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -40,6 +42,5 @@ jobs:
- name: Execute PHPUnit
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

- name: Execute Scrutinizer
run: wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover

- name: Upload Scrutinizer coverage
uses: sudo-bot/action-scrutinizer@latest

0 comments on commit ed3d582

Please sign in to comment.