File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 66 JULIA_NUM_THREADS : 4
77jobs :
88 test :
9- name : Julia ${{ matrix.version }} - ${{ matrix.group }} - ${{ matrix. arch }} - ${{ github.event_name }}
9+ name : Julia ${{ matrix.version }} - ${{ matrix.arch }} - ${{ github.event_name }}
1010 runs-on : ${{ matrix.os }}
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- group :
15- - Core
16- - Definitions
1714 version :
1815 - ' 1.9'
1916 - ' 1.10'
17+ - ' 1'
2018 os :
2119 - ubuntu-latest
2220 arch :
2725 with :
2826 version : ${{ matrix.version }}
2927 arch : ${{ matrix.arch }}
30- group : ${{ matrix.group }}
3128 include-all-prereleases : true
3229 - uses : actions/cache@v3
3330 env :
4239 - uses : julia-actions/julia-buildpkg@latest
4340 - uses : julia-actions/julia-runtest@latest
4441 - uses : julia-actions/julia-processcoverage@v1
45- - uses : codecov/codecov-action@v3
42+ - uses : codecov/codecov-action@v4
43+ env :
44+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
4645 with :
4746 file : lcov.info
4847 docs :
You can’t perform that action at this time.
0 commit comments