Skip to content

Commit

Permalink
remove scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkeash committed Dec 16, 2020
1 parent 2fc3032 commit 5268e4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,4 @@ jobs:
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest

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

- name: Scruntinizer
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<a href="https://github.com/clarkeash/laravel-http-stats/actions?query=workflow%3ACI">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/clarkeash/doorman/CI?logo=github&style=for-the-badge">
</a>
<a href="https://scrutinizer-ci.com/g/clarkeash/doorman/code-structure/master/code-coverage">
<img src="https://img.shields.io/scrutinizer/coverage/g/clarkeash/doorman.svg?style=for-the-badge">
</a>
<a href="https://github.com/clarkeash/doorman/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/clarkeash/doorman.svg?style=for-the-badge">
</a>
Expand Down

0 comments on commit 5268e4f

Please sign in to comment.