File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4242 org.gradle.java.installations.paths=${{ steps.setup-java-8.outputs.path }},${{ steps.setup-java-11.outputs.path }}
4343 - uses : codecov/codecov-action@v1
4444 if : ${{ matrix.coverage }}
45+ - uses : actions/upload-artifact@v2
46+ if : ${{ matrix.coverage }}
47+ with :
48+ name : coverage-report
49+ path : all/build/reports/jacoco/test/html
4550 publish-snapshots :
4651 name : Publish snapshots to JFrog
4752 if : ${{ github.event_name == 'push' }}
Original file line number Diff line number Diff line change 4242 org.gradle.java.installations.paths=${{ steps.setup-java-8.outputs.path }},${{ steps.setup-java-11.outputs.path }}
4343 - uses : codecov/codecov-action@v1
4444 if : ${{ matrix.coverage }}
45+ - uses : actions/upload-artifact@v2
46+ if : ${{ matrix.coverage }}
47+ with :
48+ name : coverage-report
49+ path : all/build/reports/jacoco/test/html
You can’t perform that action at this time.
0 commit comments