File tree 1 file changed +3
-26
lines changed
1 file changed +3
-26
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 }}
You can’t perform that action at this time.
0 commit comments