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=$?
40
40
set -e
41
41
CNT=0
42
42
THRESHOLD=32
43
+
43
44
if [ $CODECOVERAGE -eq 1 ]; then
44
45
CNT=$( sed -n ' /Generating code coverage report/,$p' " $ARTIFACTS " /phpunit.out | grep -v DoctrineTestBundle | grep -cv ^$)
45
46
if [ $CNT -gt $THRESHOLD ]; then
Original file line number Diff line number Diff line change 44
44
run : wget https://codecov.io/bash -O newcodecov
45
45
- name : Detect changes to manually verify
46
46
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
47
55
- name : Upload artifact for debugging
48
56
uses : actions/upload-artifact@v3
49
57
with :
You can’t perform that action at this time.
0 commit comments