Skip to content

Commit

Permalink
No coverage on matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed May 6, 2024
1 parent 5dc15a8 commit f39c748
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 @@ -105,4 +105,4 @@ jobs:
custom-cache-suffix: $(date -u "+%Y-%m") # yamllint disable-line rule:quoted-strings

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

0 comments on commit f39c748

Please sign in to comment.