File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1919 # - uses: julia-actions/cache@v2
2020 - uses : fredrikekre/runic-action@v1
2121 with :
22- version : ' 1'
22+ version : ' 1'
Original file line number Diff line number Diff line change 1- name : Run tests
1+ name : tests
22
33on :
44 push :
2727 - uses : julia-actions/cache@v2
2828 - uses : julia-actions/julia-buildpkg@v1
2929 - uses : julia-actions/julia-runtest@v1
30+ - uses : julia-actions/julia-processcoverage@v1
31+ - uses : codecov/codecov-action@v5
32+ with :
33+ files : lcov.info
34+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 11# MathOptBenchmarkInstances.jl
22
3+ [ ![ Build Status] ( https://github.com/JuliaDecisionFocusedLearning/MathOptBenchmarkInstances.jl/actions/workflows/test.yml/badge.svg?branch=main )] ( https://github.com/JuliaDecisionFocusedLearning/MathOptBenchmarkInstances.jl/actions/workflows/test.yml?query=branch%3Amain )
4+ [ ![ Coverage] ( https://codecov.io/gh/JuliaDecisionFocusedLearning/MathOptBenchmarkInstances.jl/branch/main/graph/badge.svg )] ( https://app.codecov.io/gh/JuliaDecisionFocusedLearning/MathOptBenchmarkInstances.jl )
5+ [ ![ code style: runic] ( https://img.shields.io/badge/code_style-%E1%9A%B1%E1%9A%A2%E1%9A%BE%E1%9B%81%E1%9A%B2-black )] ( https://github.com/fredrikekre/Runic.jl )
6+ [ ![ Aqua QA] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
7+
38A Julia package for automatic download and parsing of linear, quadratic and integer programming instances.
49
510## Datasets
You can’t perform that action at this time.
0 commit comments