Skip to content

Commit 71c1344

Browse files
committed
Add badges and codecov
1 parent ceb03aa commit 71c1344

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
# - uses: julia-actions/cache@v2
2020
- uses: fredrikekre/runic-action@v1
2121
with:
22-
version: '1'
22+
version: '1'

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run tests
1+
name: tests
22

33
on:
44
push:
@@ -27,3 +27,8 @@ jobs:
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 }}

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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+
38
A Julia package for automatic download and parsing of linear, quadratic and integer programming instances.
49

510
## Datasets

0 commit comments

Comments
 (0)