Skip to content

Commit 3675914

Browse files
authored
Update jacoco report coverage with clean test (#330)
Update jacoco report coverage with clean test (#330) in github actions
1 parent a123456 commit 3675914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- name: Run jacoco report
143143
shell: bash
144144
run: |
145-
mvn jacoco:prepare-agent test jacoco:report -B
145+
mvn -U -V -B clean test jacoco:report -Dformats=xml
146146
147147
# Generating test coverage report and publishing to Codacy
148148
- name: Run report coverage

0 commit comments

Comments
 (0)