Skip to content

Commit 260e9e0

Browse files
committed
feat: remove coverage option from mutation workflow and ensure timeout is set in infection configuration.
1 parent dae4dfb commit 260e9e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mutation.yml

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

infection.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"directories": [
1111
"src"
1212
]
13-
}
13+
},
14+
"timeout": 10
1415
}

0 commit comments

Comments
 (0)