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 f8cebf6 commit 9c8f602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pest-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
run: composer install --no-interaction --prefer-dist --optimize-autoloader

- name: Run Tests
run: ./vendor/bin/pest --coverage
run: |
php tests/patch.php
./vendor/bin/pest --coverage
- name: Test & publish code coverage
uses: paambaati/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Downloads](https://flat.badgen.net/packagist/dt/bnomei/kirby-nitro?color=272822)
[![Coverage](https://flat.badgen.net/codeclimate/coverage/bnomei/kirby-nitro)](https://codeclimate.com/github/bnomei/kirby-nitro)
[![Maintainability](https://flat.badgen.net/codeclimate/maintainability/bnomei/kirby-nitro)](https://codeclimate.com/github/bnomei/kirby-nitro)
[![Discord](https://flat.badgen.net/badge/discord/bnomei?color=7289da)](https://twitter.com/bnomei)
[![Discord](https://flat.badgen.net/badge/discord/bnomei?color=7289da)](https://discordapp.com/users/bnomei)

Nitro speeds up the loading of content in your Kirby project.

Expand Down

0 comments on commit 9c8f602

Please sign in to comment.