We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
coverage
timeout
1 parent dae4dfb commit 260e9e0Copy full SHA for 260e9e0
.github/workflows/mutation.yml
@@ -21,7 +21,6 @@ jobs:
21
mutation:
22
uses: php-forge/actions/.github/workflows/infection.yml@main
23
with:
24
- coverage: pcov
25
extensions: pdo, pdo_pgsql
26
framework-options: --test-framework-options="--group=pgsql"
27
hook: |
infection.json5
@@ -10,5 +10,6 @@
10
"directories": [
11
"src"
12
]
13
- }
+ },
14
+ "timeout": 10
15
}
0 commit comments