We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208bfa5 commit 084469dCopy full SHA for 084469d
.github/workflows/build.yml
@@ -40,18 +40,3 @@ jobs:
40
41
- name: Build with Gradle jacocoTestReport for year ${{ matrix.shard_number }}
42
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
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