We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d5f9d commit 958a165Copy full SHA for 958a165
.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}}" -f pom.xml
0 commit comments