Skip to content

Commit f39c748

Browse files
authored
No coverage on matrix
1 parent 5dc15a8 commit f39c748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ jobs:
105105
custom-cache-suffix: $(date -u "+%Y-%m") # yamllint disable-line rule:quoted-strings
106106

107107
- name: "Run tests with phpunit/phpunit"
108-
run: "vendor/bin/phpunit --colors=always --testsuite=${{ inputs.test-suite }}"
108+
run: "vendor/bin/phpunit --colors=always --testsuite=${{ inputs.test-suite }} --no-coverage"

0 commit comments

Comments
 (0)