Skip to content

Commit

Permalink
♻️ codeclimate for coverage, phpstan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Jul 21, 2024
1 parent 9c8f602 commit be37ebc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pest-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
tools: composer:v2
coverage: xdebug

- name: Cache composer dependencies
uses: actions/cache@v4
with:
path: vendor
key: composer-${{ hashFiles('composer.lock') }}

- name: Install
run: composer install --no-interaction --prefer-dist --optimize-autoloader

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/tests/kirby
/tests/logs
/tests/clover.xml
/tests/media
!/tests/content/*
/tests/site/accounts
Expand Down Expand Up @@ -38,3 +39,4 @@
/vendor/**/php4/*
/vendor/getkirby/composer-installer
coverage.xml

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.

0 comments on commit be37ebc

Please sign in to comment.