Skip to content

Commit 18775a0

Browse files
committed
fix: 修正新项目结构下的覆盖率上传命令
1 parent 59d5f9d commit 18775a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mvn-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
mvn -v
2020
2121
- run: mvn verify
22-
- run: mvn clean test jacoco:report coveralls:report -DrepoToken="${{secrets.COVERALLS_TOKEN}}"
22+
- run: mvn clean test coveralls:report -DrepoToken="${{secrets.COVERALLS_TOKEN}}"

0 commit comments

Comments
 (0)