Skip to content

Commit

Permalink
Update composer.json and get rid of scrutinizer/ocular package.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 30, 2020
1 parent 9b9c608 commit 7039ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ jobs:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

- name: Scrutinizer
run: vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
continue-on-error: true
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"drupol/php-conventions": "^1.6.14",
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
"infection/infection": "^0.15.0",
"phpspec/phpspec": "^6.1.1",
"scrutinizer/ocular": "^1.6"
"phpspec/phpspec": "^6.1.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7039ca5

Please sign in to comment.