Skip to content

Commit dae4dfb

Browse files
committed
feat: add coverage option to mutation workflow for improved testing.
1 parent 914d0dc commit dae4dfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mutation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
mutation:
2222
uses: php-forge/actions/.github/workflows/infection.yml@main
2323
with:
24+
coverage: pcov
2425
extensions: pdo, pdo_pgsql
2526
framework-options: --test-framework-options="--group=pgsql"
2627
hook: |

0 commit comments

Comments
 (0)