Skip to content

Commit 96dfc62

Browse files
ci: Remove codecov (#80)
1 parent 16c06d1 commit 96dfc62

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
<sonar.organization>project-openubl</sonar.organization>
270270
<sonar.projectKey>project-openubl_xsender</sonar.projectKey>
271271
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
272-
<sonar.projectName>XSender</sonar.projectName>
272+
<sonar.projectName>xsender</sonar.projectName>
273273
</properties>
274274
<build>
275275
<plugins>

0 commit comments

Comments
 (0)