File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 cache : gradle
2323
2424 - name : Build with Gradle Wrapper
25- run : ./gradlew githubWorkflowTest --no-daemon -i
25+ run : ./gradlew githubWorkflowTest
Original file line number Diff line number Diff line change @@ -18,15 +18,11 @@ jobs:
1818 cache : gradle
1919
2020 - name : Build with Gradle Wrapper
21- run : ./gradlew githubWorkflowTest --no-daemon -i
22-
23- - name : Run Test Coverage
24- run : ./gradlew jacocoTestReport -i -PexecutionData='/home/runner/work/java-interview-coding/java-interview-coding/build/jacoco/jacocoTest.exec'
21+ run : ./gradlew githubWorkflowTest
2522
2623 - name : Generate JaCoCo Badge
2724 uses : cicirello/jacoco-badge-generator@v2
2825 with :
29- generate-branches-badge : false
3026 jacoco-csv-file : build/reports/jacoco/test/jacocoTestReport.csv
3127
3228 - name : Commit the badge (if it changed)
You can’t perform that action at this time.
0 commit comments