From 6138bfc9cfd2fef701012b2c4085e9387e49849e Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 14 Mar 2022 16:20:23 +0100 Subject: [PATCH] Add CI badges to README.md. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2679c94..cf1e4e6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # EnumX.jl +[![CI][gh-actions-img]][gh-actions-url] +[![codecov][codecov-img]][codecov-url] + This is what I wish [`Base.@enum`][at-enum] was. ## Usage @@ -136,3 +139,10 @@ Other than that, functionality should be comparable to `Base.@enum`: [CEnum]: https://github.com/JuliaInterop/CEnum.jl [SuperEnum]: https://github.com/kindlychung/SuperEnum.jl [NamespacedEnums]: https://github.com/christopher-dG/NamespacedEnums.jl + + +[gh-actions-img]: https://github.com/fredrikekre/EnumX.jl/actions/workflows/ci.yml/badge.svg?branch=master&event=push +[gh-actions-url]: https://github.com/fredrikekre/EnumX.jl/actions/workflows/ci.yml + +[codecov-img]: https://codecov.io/gh/fredrikekre/EnumX.jl/branch/master/graph/badge.svg?token=K7C8OASVZR +[codecov-url]: https://codecov.io/gh/fredrikekre/EnumX.jl