File tree Expand file tree Collapse file tree 2 files changed +4
-27
lines changed Expand file tree Collapse file tree 2 files changed +4
-27
lines changed Original file line number Diff line number Diff line change 55
55
- name : " Run PHPUnit"
56
56
run : " vendor/bin/phpunit --coverage-clover=coverage.xml"
57
57
58
- - name : " Upload coverage file "
59
- uses : " codecov/codecov-action@v4 "
58
+ - name : " Upload coverage"
59
+ uses : " codecov/codecov-action@v5 "
60
60
with :
61
- name : " phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ matrix.dbal-version }}.coverage"
62
- files : " ./coverage.xml"
63
-
64
- upload_coverage :
65
- name : " Upload coverage to Codecov"
66
- runs-on : " ubuntu-20.04"
67
- needs :
68
- - " phpunit"
69
-
70
- steps :
71
- - name : " Checkout"
72
- uses : " actions/checkout@v2"
73
- with :
74
- fetch-depth : 2
75
-
76
- - name : " Download coverage files"
77
- uses : " actions/download-artifact@v4"
78
- with :
79
- path : " reports"
80
-
81
- - name : " Upload to Codecov"
82
- uses : " codecov/codecov-action@v2"
83
- with :
84
- directory : " reports"
61
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Laravel Doctrine ORM
9
9
An integration library for Laravel and Doctrine ORM
10
10
11
11
[ ![ Build Status] ( https://github.com/laravel-doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg )] ( https://github.com/laravel-doctrine/orm/actions/workflows/continuous-integration.yml?query=branch%3Amain )
12
- [ ![ Code Coverage] ( https://codecov.io/gh/laravel-doctrine/orm/branch/3.0.x/ graph/badge.svg?token=3CpQzDXOWX )] ( https://codecov.io/gh/laravel-doctrine/orm )
12
+ [ ![ Code Coverage] ( https://codecov.io/gh/laravel-doctrine/orm/graph/badge.svg?token=3CpQzDXOWX )] ( https://codecov.io/gh/laravel-doctrine/orm )
13
13
[ ![ PHPStan] ( https://img.shields.io/badge/PHPStan-level%201-brightgreen.svg )] ( https://img.shields.io/badge/PHPStan-level%201-brightgreen.svg )
14
14
[ ![ Documentation] ( https://readthedocs.org/projects/laravel-doctrine-orm-official/badge/?version=latest )] ( https://laravel-doctrine-orm-official.readthedocs.io/en/latest/ )
15
15
[ ![ Packagist Downloads] ( https://img.shields.io/packagist/dd/laravel-doctrine/orm )] ( https://packagist.org/packages/laravel-doctrine/orm )
You can’t perform that action at this time.
0 commit comments