Skip to content

Commit

Permalink
Ocular on PHP v8
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Apr 16, 2024
1 parent aa334db commit 122becf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ jobs:

- name: Upload code coverage report
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
composer global require scrutinizer/ocular
~/.composer/vendor/bin/ocular code-coverage:upload --format=php-clover coverage-clover.xml
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.idea
.vscode
*.cache
*.phar
composer.lock
coverage.clover
build
Expand Down

0 comments on commit 122becf

Please sign in to comment.