File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88
88
./gradlew -Dai.djl.default_engine=OnnxRuntime :integration:test
89
89
./gradlew :integration:clean
90
90
- name : Build with Gradle
91
- run : ./gradlew build :jacoco:testCodeCoverageReport
91
+ run : ./gradlew build :jacoco:testCodeCoverageReport --stacktrace
92
92
- name : Upload test results
93
93
uses : actions/upload-artifact@v3
94
94
if : always()
Original file line number Diff line number Diff line change @@ -38,13 +38,15 @@ jobs:
38
38
if : ${{ runner.os == 'macOS' }}
39
39
run : brew install libomp
40
40
- name : Build with Gradle
41
- run : ./gradlew -Dnightly=true build :jacoco:testCodeCoverageReport
41
+ run : ./gradlew -Dnightly=true build :jacoco:testCodeCoverageReport --stacktrace
42
42
- name : Upload test results
43
43
uses : actions/upload-artifact@v3
44
44
if : always()
45
45
with :
46
46
name : reports
47
- path : ${{ github.workspace }}/**/build/reports/**/*
47
+ path : |
48
+ ${{ github.workspace }}/**/build/reports/**/*
49
+ !${{ github.workspace }}/**/build/reports/jacoco/*
48
50
49
51
test-pytorch :
50
52
if : github.repository == 'deepjavalibrary/djl'
You can’t perform that action at this time.
0 commit comments