Skip to content

Commit

Permalink
CLI-1273: Cryptic errors for 500 responses (#453)
Browse files Browse the repository at this point in the history
* CLI-1273: Cryptic errors for 500 responses

* cleanup

* min covered msi

* kill mutant

* kill mutant

* kill mutant
  • Loading branch information
danepowell committed Apr 16, 2024
1 parent f1352b4 commit 8ddea75
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 69 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
wget https://github.com/infection/infection/releases/download/0.28.1/infection.phar
chmod +x infection.phar
- name: Run Infection for added files only
- name: Run Infection for touched lines only
if: github.event_name == 'pull_request'
run: |
git fetch --depth=1 origin $GITHUB_BASE_REF
php infection.phar -j8 --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered
php infection.phar --threads=max --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --logger-github --ignore-msi-with-no-mutations --only-covered --min-covered-msi=100
- name: Run Infection for all files
if: github.event_name == 'push'
Expand Down
123 changes: 59 additions & 64 deletions composer.lock

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

0 comments on commit 8ddea75

Please sign in to comment.