File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments