Skip to content

Commit 1e02737

Browse files
ci: Remove codecov (#198)
1 parent 1eaaf21 commit 1e02737

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/sonar.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ jobs:
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
28-
- name: Codecov metrics
29-
uses: codecov/codecov-action@v3

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,6 @@
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>
@@ -268,7 +262,7 @@
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>

0 commit comments

Comments
 (0)