File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
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=./coverage-clover.xml'
56+ phpunit-flags : ' --log-junit=./junit.xml -- coverage-clover=./coverage-clover.xml'
5757 php-version : ' 8.4'
5858 FAST_LINT_TEST_CASES : 1
5959 - os : ubuntu-latest
@@ -132,6 +132,14 @@ jobs:
132132 env :
133133 FAST_LINT_TEST_CASES : ${{ matrix.FAST_LINT_TEST_CASES }}
134134
135+ - if : matrix.calculate-coverage
136+ uses : codecov/test-results-action@v1
137+ with :
138+ disable_search : true
139+ files : ./junit.xml
140+ token : ${{ secrets.CODECOV_TOKEN }}
141+ verbose : true
142+
135143 - if : matrix.calculate-coverage
136144 uses : codecov/codecov-action@v5
137145 with :
You can’t perform that action at this time.
0 commit comments