Skip to content

Commit

Permalink
Merge remote-tracking branch 'cuyz/master' into feature/better-type-c…
Browse files Browse the repository at this point in the history
…hecking-and-version-support-coverage

# Conflicts:
#	.github/workflows/quality-assurance.yml
#	composer.lock
  • Loading branch information
romm committed Jan 11, 2022
2 parents 6080d32 + 1e0084c commit a51f8c5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
if: github.event_name == 'pull_request'
run: |
git fetch --depth=1 origin $GITHUB_BASE_REF
php vendor/bin/infection --threads=$(nproc) --git-diff-filter=AM --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered
php vendor/bin/infection --threads=$(nproc) --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered
3 changes: 3 additions & 0 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
path: var/cache/phpstan
key: phpstan

- name: Checking Composer
run: composer validate

- name: Creating var directory
run: mkdir -p var/cache

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"infection/infection": "^0.25.0",
"infection/infection": "^0.26",
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-strict-rules": "^1.0",
"friendsofphp/php-cs-fixer": "^3.4",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions infection.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"text": "var/infection/infection.log",
"summary": "var/infection/summary.log",
"perMutator": "var/infection/per-mutator.md",
"badge": {
"branch": "master"
"stryker": {
"report": "master"
}
},
"$schema": "vendor/infection/infection/resources/schema.json"
Expand Down

0 comments on commit a51f8c5

Please sign in to comment.