File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545
4646 - uses : julia-actions/julia-runtest@latest
4747 continue-on-error : ${{ matrix.version == 'nightly' }}
48+ - name : " Process code coverage"
49+ uses : julia-actions/julia-processcoverage@v1
50+ - name : " Upload coverage data to Codecov"
51+ continue-on-error : true
52+ uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 11# RandomExtensions
22
33[ ![ Tests Status] ( https://github.com/JuliaRandom/RandomExtensions.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaRandom/RandomExtensions.jl/actions?query=workflow%3ACI )
4+ [ ![ codecov] ( https://codecov.io/gh/JuliaRandom/RandomExtensions.jl/graph/badge.svg?token=3crLCcitZR )] ( https://codecov.io/gh/JuliaRandom/RandomExtensions.jl )
45[ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaRandom.github.io/RandomExtensions.jl/stable )
56[ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaRandom.github.io/RandomExtensions.jl/dev )
67
You can’t perform that action at this time.
0 commit comments