Skip to content

Commit

Permalink
Remove Scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
onursimsek committed Nov 4, 2023
1 parent 9a0af10 commit fdd3885
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,3 @@ jobs:

- name: Execute Tests
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

- name: Download Scrutinizer phar
run: wget https://scrutinizer-ci.com/ocular.phar

- name: Send Coverage Report to Scrutinizer
run: php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit fdd3885

Please sign in to comment.