Skip to content

Commit b1e0861

Browse files
committed
Do not run coverage analysis on unit tests
1 parent e306d0c commit b1e0861

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
@@ -85,4 +85,4 @@ jobs:
8585
run: "mkdir -p build/logs"
8686
- uses: "ramsey/composer-install@v3"
8787
- name: "Run unit tests"
88-
run: "./vendor/bin/phpunit --colors=always"
88+
run: "./vendor/bin/phpunit --colors=always --no-coverage"

0 commit comments

Comments
 (0)