Skip to content

Commit d900c8f

Browse files
committed
ci: use codecov v2
1 parent 4b46b93 commit d900c8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/laravel-6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
./vendor/bin/phpcs --standard=PSR12 src/ tests/
3434
./vendor/bin/phpmd src/ text src/stubs/phpmd.xml --exclude vendor
3535
- name: codecov
36-
uses: codecov/codecov-action@v1
36+
uses: codecov/codecov-action@v2
3737
with:
3838
name: laravel-6

.github/workflows/laravel-7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
./vendor/bin/phpcs --standard=PSR12 src/ tests/
3434
./vendor/bin/phpmd src/ text src/stubs/phpmd.xml --exclude vendor
3535
- name: codecov
36-
uses: codecov/codecov-action@v1
36+
uses: codecov/codecov-action@v2
3737
with:
3838
name: laravel-7

.github/workflows/laravel-8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
./vendor/bin/phpcs --standard=PSR12 src/ tests/
3434
./vendor/bin/phpmd src/ text src/stubs/phpmd.xml --exclude vendor
3535
- name: codecov
36-
uses: codecov/codecov-action@v1
36+
uses: codecov/codecov-action@v2
3737
with:
3838
name: laravel-8

0 commit comments

Comments
 (0)