File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 2525 env :
2626 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2727 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
28- - name : Codecov metrics
29- uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 251251 </configuration >
252252 </execution >
253253 </executions >
254- <configuration >
255- <excludes >
256- <exclude >pe/gob/sunat/**/*</exclude >
257- <exclude >service/sunat/gob/pe/**/*</exclude >
258- </excludes >
259- </configuration >
260254 </plugin >
261255 </plugins >
262256 </build >
268262 <sonar .organization>project-openubl</sonar .organization>
269263 <sonar .projectKey>project-openubl_xbuilder</sonar .projectKey>
270264 <sonar .moduleKey>${project.artifactId} </sonar .moduleKey>
271- <sonar .projectName>XBuilder </sonar .projectName>
265+ <sonar .projectName>xbuilder </sonar .projectName>
272266 </properties >
273267 <build >
274268 <plugins >
You can’t perform that action at this time.
0 commit comments