Skip to content

Commit

Permalink
Merge pull request #806 from Lctrs/chore/tools
Browse files Browse the repository at this point in the history
chore: merge back .tools/ in main composer.json
  • Loading branch information
Lctrs committed Dec 24, 2022
2 parents 3279d3d + 0c2a850 commit 2196e6a
Show file tree
Hide file tree
Showing 10 changed files with 1,015 additions and 3,389 deletions.
1 change: 0 additions & 1 deletion .gitattributes
@@ -1,5 +1,4 @@
/.github/ export-ignore
/.tools/ export-ignore
/test/ export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
Expand Down
14 changes: 2 additions & 12 deletions .github/workflows/integrate.yaml
Expand Up @@ -97,13 +97,8 @@ jobs:
with:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Install maglnet/composer-require-checker with composer"
uses: "ramsey/composer-install@2.2.0"
with:
working-directory: ".tools/composer-require-checker/"

- name: "Run maglnet/composer-require-checker"
run: ".tools/composer-require-checker/vendor/bin/composer-require-checker check --config-file=$(pwd)/composer-require-checker.json"
run: "vendor/bin/composer-require-checker check --config-file=$(pwd)/composer-require-checker.json"

static-code-analysis:
name: "Static Code Analysis"
Expand Down Expand Up @@ -282,13 +277,8 @@ jobs:
with:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Install infection/infection with composer"
uses: "ramsey/composer-install@2.2.0"
with:
working-directory: ".tools/infection/"

- name: "Run mutation tests with Xdebug and infection/infection"
run: ".tools/infection/vendor/bin/infection --configuration=infection.json.dist --logger-github"
run: "vendor/bin/infection --configuration=infection.json.dist --logger-github"
env:
STRYKER_DASHBOARD_API_KEY: "${{ secrets.STRYKER_DASHBOARD_API_KEY }}"
XDEBUG_MODE: "coverage"
1 change: 0 additions & 1 deletion .gitignore
@@ -1,5 +1,4 @@
/.build/
/.tools/*/vendor/
/test/*/phpunit.xml
/vendor/
/infection.json
Expand Down
11 changes: 0 additions & 11 deletions .tools/composer-require-checker/composer.json

This file was deleted.

0 comments on commit 2196e6a

Please sign in to comment.