Skip to content

Commit f549f0b

Browse files
committed
Disable code coverage upload in the fork repository, for now.
1 parent 2a584aa commit f549f0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ jobs:
245245
run: composer audit
246246

247247
coverage:
248+
# Disable code coverage upload in the fork repository, for now.
249+
if: false
248250
name: Code coverage
249251
runs-on: [ubuntu-latest]
250252
needs: [unit-tests-linux]

0 commit comments

Comments
 (0)