Skip to content

Commit

Permalink
Do not run coverage analysis on unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Dec 10, 2024
1 parent e306d0c commit b1e0861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
run: "mkdir -p build/logs"
- uses: "ramsey/composer-install@v3"
- name: "Run unit tests"
run: "./vendor/bin/phpunit --colors=always"
run: "./vendor/bin/phpunit --colors=always --no-coverage"

0 comments on commit b1e0861

Please sign in to comment.