Skip to content

Commit 3e9ac8b

Browse files
committed
fix: Remove unused command coverage options from mutation workflow configuration.
1 parent e78da8b commit 3e9ac8b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/mutation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
echo "PGSQL_DSN=pgsql:host=localhost;port=5432;dbname=yiitest" >> $GITHUB_ENV
7373
echo "PGSQL_USERNAME=root" >> $GITHUB_ENV
7474
echo "PGSQL_PASSWORD=root" >> $GITHUB_ENV
75-
command-coverage-options: --with-uncovered
7675
extensions: pdo, pdo_mysql, pdo_pgsql, pdo_sqlite
7776
framework-options: --test-framework-options="--group=sqlite,mutation"
7877
phpstan: true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Bug #85: Update license badge URL in `README.md` and add license header in `LICENSE.md` and kill infection mutant (@terabytesoftw)
66
- Bug #87: Update `.gitattributes` to exclude additional files from the package, update `LICENSE.md` and add stable version worflows actions (@terabytesoftw)
7+
- Bug #88: Remove unused command coverage options from mutation workflow configuration (@terabytesoftw)
78

89
## 0.1.0 July 8, 2025
910

0 commit comments

Comments
 (0)