We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d5f9d commit 6305ac6Copy full SHA for 6305ac6
.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
pom.xml
@@ -196,7 +196,7 @@
196
<artifactId>coveralls-maven-plugin</artifactId>
197
<version>4.5.0-M2</version>
198
<configuration>
199
- <jacocoReports>${project.basedir}/spel-validator-test/target/site/jacoco-aggregate/jacoco.xml</jacocoReports>
+ <jacocoReports>${project.basedir}/spel-validator-test-report/target/site/jacoco-aggregate/jacoco.xml</jacocoReports>
200
</configuration>
201
</plugin>
202
</plugins>
0 commit comments