Skip to content

Commit

Permalink
ADD: adding oculur
Browse files Browse the repository at this point in the history
  • Loading branch information
gravataLonga committed Jun 6, 2022
1 parent 6b39007 commit d1b2145
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -57,5 +57,5 @@ jobs:
- name: Scrutinizer
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
./vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml
continue-on-error: true
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -22,7 +22,8 @@
"infection/infection": "^0.18.0",
"phpunit/phpunit": "^9",
"vimeo/psalm": "^4.3.0",
"rector/rector": "^0.13.4"
"rector/rector": "^0.13.4",
"scrutinizer/ocular": "^1.9"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 0 additions & 2 deletions psalm.xml
@@ -1,9 +1,7 @@
<?xml version="1.0"?>
<psalm
totallyTyped="true"
errorLevel="7"
resolveFromConfigFile="true"
allowCoercionFromStringToClassConst="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
Expand Down

0 comments on commit d1b2145

Please sign in to comment.