Closed eelkeblok closed 3 years ago
are you sure that fixes it? I think the issue here is that pcov.exclude
expects a string in the value and it should be additionally wrapped in quotes like this:
pcov.exclude = "{{ getenv "PHP_PCOV_EXCLUDE" "unused" }}"
The default value should unused
according to the extension docs.
Neither fixes it, reported https://github.com/krakjoe/pcov/issues/72
Actually you were right 🤦🏻♂️ I just confused PHP versions and configs while testing
See #152.