Skip to content

Commit 83b4fcc

Browse files
committed
- adds github actions
- removed .scrutinizer.yml
1 parent e261865 commit 83b4fcc

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,3 @@ jobs:
6767
- name: Run unit tests
6868
if: ${{ matrix.php != '8.2' || matrix.redis != '7' }}
6969
run: vendor/bin/phpunit
70-
71-
- name: Create coverage report
72-
if: ${{ matrix.php == '8.2' && matrix.redis == '7' && github.repository == 'kodedphp/cache-simple' }}
73-
run: vendor/bin/phpunit --coverage-clover build/clover.xml
74-
75-
- name: Send coverage
76-
uses: sudo-bot/action-scrutinizer@latest
77-
if: ${{ matrix.php == '8.2' && matrix.redis == '7' && github.repository == 'kodedphp/cache-simple' }}
78-
with:
79-
cli-args: "--format=php-clover build/clover.xml --revision=${{ github.sha }}"

.scrutinizer.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)