Skip to content

Commit 5e6b27e

Browse files
committed
Ping CI server with coverage results in main CI workflow
1 parent ee11d79 commit 5e6b27e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,9 @@ jobs:
473473
- name: Run static analysis (Psalm/Shepherd)
474474
run: vendor/bin/psalm --shepherd || true
475475

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+
476479

477480
run-static-analysis-phpstan:
478481
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)