File tree Expand file tree Collapse file tree
java/com/jyuzawa/onnxruntime Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,10 +38,12 @@ jobs:
3838 run : |
3939 ./gradlew --no-daemon -s :build
4040 - name : Upload coverage to Codecov
41- if : ${{ matrix.java == '23' && matrix.os == 'ubuntu-latest' }}
41+ # skip minimum version
42+ if : ${{ matrix.java != '23' }}
4243 uses : codecov/codecov-action@v5.5.2
43- env :
44- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
44+ with :
45+ token : ${{ secrets.CODECOV_TOKEN }}
46+ flags : java-${{ matrix.java }}-${{ matrix.os }}
4547 - name : Save reports
4648 uses : actions/upload-artifact@v6
4749 if : ${{ failure() }}
Original file line number Diff line number Diff line change @@ -1356,7 +1356,7 @@ public void profilingTest() throws IOException {
13561356 }
13571357
13581358 @ Test
1359- @ EnabledOnOs (value = OS .MAC , architectures = "x86_64" )
1359+ @ EnabledOnOs (value = OS .MAC )
13601360 public void customOpTest () throws Exception {
13611361 Path f = Path .of (getClass ().getResource ("/libcustom_op_library.dylib" ).toURI ());
13621362 try (Session session = environment
You can’t perform that action at this time.
0 commit comments