Skip to content

Commit

Permalink
ADD: Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gravataLonga committed Jun 6, 2022
1 parent 3084230 commit b5df327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -60,5 +60,5 @@ jobs:
continue-on-error: true

- name: Scrutinizer
run: "./vendor/bin/ocular code-coverage:upload build/logs/clover.xml --format=php-clover --repository='g/gravatalonga/container' --revision=${{ github.event.pull_request.head.sha || github.sha }}"
run: "./vendor/bin/ocular code-coverage:upload build/logs/clover.xml --format=php-clover --repository='g/gravataLonga/container' --revision=${{ github.event.pull_request.head.sha || github.sha }}"
continue-on-error: true
1 change: 1 addition & 0 deletions .scrutinizer.yml
@@ -1,4 +1,5 @@
build:
image: default-bionic
nodes:
analysis:
project_setup:
Expand Down

0 comments on commit b5df327

Please sign in to comment.