We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d5f9d commit 18775a0Copy full SHA for 18775a0
.github/workflows/mvn-test.yml
@@ -19,4 +19,4 @@ jobs:
19
mvn -v
20
21
- run: mvn verify
22
- - run: mvn clean test jacoco:report coveralls:report -DrepoToken="${{secrets.COVERALLS_TOKEN}}"
+ - run: mvn clean test coveralls:report -DrepoToken="${{secrets.COVERALLS_TOKEN}}"
0 commit comments