File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ UNITSUCCESS=$?
4040set -e
4141CNT=0
4242THRESHOLD=32
43+
4344if [ $CODECOVERAGE -eq 1 ]; then
4445 CNT=$( sed -n ' /Generating code coverage report/,$p' " $ARTIFACTS " /phpunit.out | grep -v DoctrineTestBundle | grep -cv ^$)
4546 if [ $CNT -gt $THRESHOLD ]; then
Original file line number Diff line number Diff line change 4444 run : wget https://codecov.io/bash -O newcodecov
4545 - name : Detect changes to manually verify
4646 run : diff newcodecov .github/jobs/uploadcodecov.sh
47+ - name : Run the unit tests
48+ run : .github/jobs/unit-tests.sh ${{ matrix.PHPVERSION }} ${{ matrix.TEST }}
49+ # - name: Publish Test Results
50+ # uses: EnricoMi/publish-unit-test-result-action@v2
51+ # if: always()
52+ # with:
53+ # files: |
54+ # test-results/**/*.xml
4755 - name : Upload artifact for debugging
4856 uses : actions/upload-artifact@v3
4957 with :
You can’t perform that action at this time.
0 commit comments