Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit a0edede

Browse files
committed
Update README.md
1 parent 7bd960a commit a0edede

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22

33
*Base package for [DiffinDiffs.jl](https://github.com/JuliaDiffinDiffs/DiffinDiffs.jl)*
44

5-
[![CI-stable](https://github.com/JuliaDiffinDiffs/DiffinDiffsBase.jl/workflows/CI-stable/badge.svg)](https://github.com/JuliaDiffinDiffs/DiffinDiffsBase.jl/actions?query=workflow%3ACI-stable)
6-
[![codecov](https://codecov.io/gh/JuliaDiffinDiffs/DiffinDiffsBase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaDiffinDiffs/DiffinDiffsBase.jl)
5+
[![CI-stable][CI-stable-img]][CI-stable-url]
6+
[![PkgEval][pkgeval-img]][pkgeval-url]
7+
[![codecov][codecov-img]][codecov-url]
78

8-
This package provides types, functions and macros
9+
[CI-stable-img]: https://github.com/JuliaDiffinDiffs/DiffinDiffsBase.jl/workflows/CI-stable/badge.svg
10+
[CI-stable-url]: https://github.com/JuliaDiffinDiffs/DiffinDiffsBase.jl/actions?query=workflow%3ACI-stable
11+
12+
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/D/DiffinDiffsBase.svg
13+
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/D/DiffinDiffsBase.html
14+
15+
[codecov-img]: https://codecov.io/gh/JuliaDiffinDiffs/DiffinDiffsBase.jl/branch/master/graph/badge.svg
16+
[codecov-url]: https://codecov.io/gh/JuliaDiffinDiffs/DiffinDiffsBase.jl
17+
18+
This package provides types, functions, macros and [example data](data)
919
that are shared among other component packages of
1020
[DiffinDiffs.jl](https://github.com/JuliaDiffinDiffs/DiffinDiffs.jl).
1121
It is not intended to be used as a standalone package.

0 commit comments

Comments
 (0)