File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 5353 - os : ubuntu-latest
5454 description : ' with calculating code coverage and Infection'
5555 calculate-coverage : true
56- phpunit-flags : ' --coverage-clover=./build/logs/ clover.xml'
56+ phpunit-flags : ' --coverage-clover=./coverage- clover.xml'
5757 php-version : ' 8.4'
5858 FAST_LINT_TEST_CASES : 1
5959 - os : ubuntu-latest
@@ -133,9 +133,11 @@ jobs:
133133 FAST_LINT_TEST_CASES : ${{ matrix.FAST_LINT_TEST_CASES }}
134134
135135 - if : matrix.calculate-coverage
136- env :
137- COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
138- run : ./vendor/bin/php-coveralls --verbose || true
136+ uses : codecov/codecov-action@v5
137+ with :
138+ disable_search : true
139+ files : ././coverage-clover.xml
140+ token : ${{ secrets.CODECOV_TOKEN }}
139141
140142 - if : matrix.calculate-coverage
141143 env :
You can’t perform that action at this time.
0 commit comments