File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3737 - uses : julia-actions/cache@v2
3838 - uses : julia-actions/julia-buildpkg@v1
3939 - uses : julia-actions/julia-runtest@v1
40+ - uses : julia-actions/julia-processcoverage@v1
41+ - uses : codecov/codecov-action@v4
42+ with :
43+ files : lcov.info
44+ token : ${{ secrets.CODECOV_TOKEN }}
45+ fail_ci_if_error : false
4046 docs :
4147 name : Documentation
4248 runs-on : ubuntu-latest
4551 contents : write
4652 statuses : write
4753 steps :
48- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v4
4955 - uses : julia-actions/setup-julia@v2
5056 with :
5157 version : ' 1'
Original file line number Diff line number Diff line change 33[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaFewBody.github.io/MetropolisAlgorithm.jl/stable/ )
44[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaFewBody.github.io/MetropolisAlgorithm.jl/dev/ )
55[ ![ Build Status] ( https://github.com/JuliaFewBody/MetropolisAlgorithm.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/JuliaFewBody/MetropolisAlgorithm.jl/actions/workflows/CI.yml?query=branch%3Amain )
6+ [ ![ Coverage] ( https://codecov.io/gh/JuliaFewBody/MetropolisAlgorithm.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/JuliaFewBody/MetropolisAlgorithm.jl )
67
78## Documentation
89
You can’t perform that action at this time.
0 commit comments