We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee11d79 commit 5e6b27eCopy full SHA for 5e6b27e
.github/workflows/continuous-integration.yml
@@ -473,6 +473,9 @@ jobs:
473
- name: Run static analysis (Psalm/Shepherd)
474
run: vendor/bin/psalm --shepherd || true
475
476
+ - name: Ping CI server with coverage results
477
+ run: php monorepo/scripts/ping-ci-server-with-type-coverage.php ${{ secrets.CI_SERVER_TOKEN }} ${{ github.event.pull_request.head.sha }} ${{ github.head_ref }}
478
+
479
480
run-static-analysis-phpstan:
481
runs-on: ubuntu-latest
0 commit comments