Skip to content

Commit

Permalink
Disable code coverage in CI workflow
Browse files Browse the repository at this point in the history
Remove PCOV code coverage to improve CI execution time. Code coverage is not required for the current workflow, simplifying the setup by avoiding unnecessary tools.
  • Loading branch information
koriym committed Dec 1, 2024
1 parent e31530b commit 8f8c297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-pecl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
extensions: mbstring, intl, dom, json, libxml, xml, xmlwriter, tokenizer
ini-values: memory_limit=256M
tools: phpize, composer:v2
coverage: pcov
coverage: none

- name: Install build tools and Valgrind
run: |
Expand Down

0 comments on commit 8f8c297

Please sign in to comment.