Skip to content

Commit

Permalink
Enhancement: Synchronize with ergebnis/php-library-template
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 1, 2021
1 parent fb5a599 commit 7789eff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
file_or_dir: "."
strict: true

- name: "Install PHP with extensions"
- name: "Set up PHP"
uses: "shivammathur/[email protected]"
with:
coverage: "none"
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: "Checkout"
uses: "actions/[email protected]"

- name: "Install PHP with extensions"
- name: "Set up PHP"
uses: "shivammathur/[email protected]"
with:
coverage: "none"
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- name: "Checkout"
uses: "actions/[email protected]"

- name: "Install PHP with extensions"
- name: "Set up PHP"
uses: "shivammathur/[email protected]"
with:
coverage: "none"
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- name: "Checkout"
uses: "actions/[email protected]"

- name: "Install PHP with extensions"
- name: "Set up PHP"
uses: "shivammathur/[email protected]"
with:
coverage: "none"
Expand Down Expand Up @@ -271,10 +271,10 @@ jobs:
- name: "Checkout"
uses: "actions/[email protected]"

- name: "Install PHP with extensions"
- name: "Set up PHP"
uses: "shivammathur/[email protected]"
with:
coverage: "pcov"
coverage: "xdebug"
extensions: "${{ env.PHP_EXTENSIONS }}"
php-version: "${{ matrix.php-version }}"

Expand All @@ -299,7 +299,7 @@ jobs:
with:
dependencies: "${{ matrix.dependencies }}"

- name: "Collect code coverage with pcov and phpunit/phpunit"
- name: "Collect code coverage with Xdebug and phpunit/phpunit"
run: "vendor/bin/phpunit --configuration=test/Unit/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml"

- name: "Send code coverage report to Codecov.io"
Expand All @@ -324,10 +324,10 @@ jobs:
- name: "Checkout"
uses: "actions/[email protected]"

- name: "Install PHP with extensions"
- name: "Set up PHP"
uses: "shivammathur/[email protected]"
with:
coverage: "pcov"
coverage: "xdebug"
extensions: "${{ env.PHP_EXTENSIONS }}"
php-version: "${{ matrix.php-version }}"

Expand All @@ -349,7 +349,7 @@ jobs:
with:
dependencies: "${{ matrix.dependencies }}"

- name: "Run mutation tests with pcov and infection/infection"
- name: "Run mutation tests with Xdebug and infection/infection"
run: "vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=${{ env.MIN_COVERED_MSI }} --min-msi=${{ env.MIN_MSI }}"

merge:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

- name: "Install PHP with extensions"
- name: "Set up PHP"
uses: "shivammathur/[email protected]"
with:
coverage: "none"
Expand Down
2 changes: 1 addition & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.18.2@19aa905f7c3c7350569999a93c40ae91ae4e1626">
<files psalm-version="4.4.1@9fd7a7d885b3a216cff8dec9d8c21a132f275224">
<file src="src/Constructs.php">
<MixedAssignment occurrences="1">
<code>$fileInfo</code>
Expand Down

0 comments on commit 7789eff

Please sign in to comment.