File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
azure-communication-administration Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 119119 <artifactId >jacoco-maven-plugin</artifactId >
120120 <version >0.8.5</version > <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
121121 <configuration >
122- <skip >true</skip >
122+ <properties >
123+ <jacoco .min.linecoverage>0.75</jacoco .min.linecoverage>
124+ <jacoco .min.branchcoverage>0.75</jacoco .min.branchcoverage>
125+ </properties >
123126 </configuration >
124127 </plugin >
125128 <plugin >
Original file line number Diff line number Diff line change 4545 <jacoco .min.branchcoverage>0.75</jacoco .min.branchcoverage>
4646 </properties >
4747
48+ <build >
49+ <plugins >
50+ <plugin >
51+ <groupId >org.jacoco</groupId >
52+ <artifactId >jacoco-maven-plugin</artifactId >
53+ <version >0.8.5</version > <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
54+ <configuration >
55+ <properties >
56+ <jacoco .min.linecoverage>0.75</jacoco .min.linecoverage>
57+ <jacoco .min.branchcoverage>0.75</jacoco .min.branchcoverage>
58+ </properties >
59+ </configuration >
60+ </plugin >
61+ </plugins >
62+ </build >
63+
4864 <dependencies >
4965 <dependency >
5066 <groupId >com.azure</groupId >
You can’t perform that action at this time.
0 commit comments