Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 4 additions & 8 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:

- name: Install dependencies
uses: ramsey/composer-install@v3
with:
working-directory: core

- name: Run PHPUnit
run: make -C core test/unit
run: make test/unit

infection:
name: Mutation testing
Expand All @@ -53,21 +51,19 @@ jobs:

- name: Install dependencies
uses: ramsey/composer-install@v3
with:
working-directory: core

- name: Run Infection
# --min-covered-msi=95 fails CI if the mutation score drops below
# the gate. Threads=max parallelises mutant runs.
run: make -C core test/mutation
run: make test/mutation

- name: Upload Infection report
if: always()
uses: actions/upload-artifact@v4
with:
name: infection-report
path: |
core/var/infection.log
core/var/infection.html
var/infection.log
var/infection.html
if-no-files-found: ignore
retention-days: 14
94 changes: 0 additions & 94 deletions .github/workflows/ci-lsp.yml

This file was deleted.

141 changes: 0 additions & 141 deletions .github/workflows/ci-phpstorm-plugin.yml

This file was deleted.

Loading
Loading