File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 version :
20- - ' 1.0 '
20+ - ' 1.10 '
2121 - ' 1' # automatically expands to the latest stable 1.x release of Julia.
2222 os :
2323 - ubuntu-latest
4242 - uses : julia-actions/julia-buildpkg@v1
4343 - uses : julia-actions/julia-runtest@v1
4444 - uses : julia-actions/julia-processcoverage@v1
45- - uses : codecov/codecov-action@v1
45+ - uses : codecov/codecov-action@v4
4646 with :
47- file : lcov.info
47+ token : ${{ secrets.CODECOV_TOKEN }}
48+ fail_ci_if_error : false
49+ verbose : true
4850 docs :
4951 name : Documentation
5052 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Reexport = "1.2"
2323ScientificTypesBase = " 3.0"
2424StatisticalTraits = " 3.0"
2525Tables = " 1.6.1"
26- julia = " 1"
26+ julia = " 1.10 "
2727
2828[extras ]
2929DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Original file line number Diff line number Diff line change 22
33| Linux | Coverage | Documentation |
44| :-----------: | :------: | :-----------: |
5- | [ ![ Build Status] ( https://github.com/JuliaAI/ScientificTypes.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaAI/ScientificTypes.jl/actions ) | [ ![ codecov.io ] ( https://codecov.io/gh/JuliaAI/ScientificTypes.jl/graph/badge.svg?token=t7KNmNGLvj )] ( http ://codecov.io/github /JuliaAI/ScientificTypes.jl?branch=master ) | [ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaAI.github.io/ScientificTypes.jl/dev )
5+ | [ ![ Build Status] ( https://github.com/JuliaAI/ScientificTypes.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaAI/ScientificTypes.jl/actions ) | [ ![ codecov] ( https://codecov.io/gh/JuliaAI/ScientificTypes.jl/graph/badge.svg?token=t7KNmNGLvj )] ( https ://codecov.io/gh /JuliaAI/ScientificTypes.jl) | [ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaAI.github.io/ScientificTypes.jl/dev )
66
77This package makes a distinction between ** machine type** and
88** scientific type** of a Julia object:
You can’t perform that action at this time.
0 commit comments