Skip to content

Commit 86b5e3a

Browse files
test
1 parent f91aa80 commit 86b5e3a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: jacoco
2323
uses: madrapps/jacoco-report@v1.3
2424
with:
25-
paths: ${{ github.workspace }}/build/reports/jacoco/testCoverage/testCoverage.xml
25+
paths: ${{ github.workspace }}/target/site/surefire-report.html
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
min-coverage-overall: 40
2828
min-coverage-changed-files: 60

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@
6161
</developers>
6262

6363
<distributionManagement>
64-
<!-- <snapshotRepository>
64+
<snapshotRepository>
6565
<id>ossrh</id>
6666
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
67-
</snapshotRepository> -->
68-
<!-- <repository>
67+
</snapshotRepository>
68+
<repository>
6969
<id>ossrh</id>
7070
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
71-
</repository> -->
72-
<repository>
71+
</repository>
72+
<!-- <repository>
7373
<id>github</id>
7474
<name>GitHub Packages</name>
7575
<url>https://maven.pkg.github.com/contentstack/contentstack-management-java</url>
76-
</repository>
76+
</repository> -->
7777
</distributionManagement>
7878

7979
<properties>

0 commit comments

Comments
 (0)