File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -104,13 +104,6 @@ jobs:
104104 - name : Test after build
105105 run : ./scripts/retry.sh mvn -B -ntp test -Dtest=${{ matrix.test }} -DfailIfNoTests=false
106106
107- - name : Upload jacoco artifact
108- uses : actions/upload-artifact@v4
109- with :
110- name : ${{ matrix.test }}-jacoco-artifact
111- path : ' **/*.exec'
112- retention-days : 2
113-
114107 - name : package surefire artifacts
115108 if : failure()
116109 run : |
@@ -148,17 +141,3 @@ jobs:
148141 - name : Build with Maven skipTests
149142 run : mvn clean install -DskipTests
150143
151- - name : Download jacoco artifact
152- uses : actions/download-artifact@v4
153- with :
154- path : mqtt-broker/target
155-
156- - name : Merge jacoco report
157- run : mvn jacoco:merge
158-
159- - name : Generate jacoco report
160- run : mvn jacoco:report
161-
162- - name : Upload test report
163- run : bash <(curl -s https://codecov.io/bash)
164-
You can’t perform that action at this time.
0 commit comments