Skip to content

Commit 7dd74fc

Browse files
authored
Remove jacoco upload jobs (#1710)
1 parent ee0d029 commit 7dd74fc

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/pr_test.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)