Skip to content

Commit eaed9bc

Browse files
committed
Clean up workflow files
1 parent 6aafd45 commit eaed9bc

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
cache: gradle
2323

2424
- name: Build with Gradle Wrapper
25-
run: ./gradlew githubWorkflowTest --no-daemon -i
25+
run: ./gradlew githubWorkflowTest

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)