Skip to content

Commit 084469d

Browse files
committed
remove jacoco + unit test results from github actions, the split causes readability issues
1 parent 208bfa5 commit 084469d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,3 @@ jobs:
4040

4141
- name: Build with Gradle jacocoTestReport for year ${{ matrix.shard_number }}
4242
run: ./gradlew --no-daemon build -Pyear=${{ matrix.shard_number }}
43-
44-
- name: Publish Unit Test Results
45-
uses: EnricoMi/publish-unit-test-result-action@v2
46-
if: always()
47-
with:
48-
files: build/test-results/**/*.xml
49-
50-
- name: Add coverage to PR
51-
id: jacoco
52-
uses: madrapps/[email protected]
53-
with:
54-
paths: ${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml
55-
token: ${{ secrets.GITHUB_TOKEN }}
56-
min-coverage-overall: 40
57-
min-coverage-changed-files: 60

0 commit comments

Comments
 (0)