Skip to content

Commit 9f35acd

Browse files
authored
Merge pull request #47 from JuliaReach/schillic-patch-1
Add JuliaHub and PkgEval badges
2 parents 68606ee + d5080f1 commit 9f35acd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22

33
| **Documentation** | **Status** | **Community** | **License** |
44
|:-----------------:|:----------:|:-------------:|:-----------:|
5-
| [![docs-dev][dev-img]][dev-url] | [![CI][ci-img]][ci-url] [![codecov][cov-img]][cov-url] [![aqua][aqua-img]][aqua-url] | [![zulip][chat-img]][chat-url] | [![license][lic-img]][lic-url] |
5+
| [![docs-dev][dev-img]][dev-url] | [![CI][ci-img]][ci-url] [![codecov][cov-img]][cov-url] [![PkgEval][pkgeval-img]][pkgeval-url] [![aqua][aqua-img]][aqua-url] | [![zulip][chat-img]][chat-url] [![JuliaHub][juliahub-img]][juliahub-url] | [![license][lic-img]][lic-url] |
66

77
[dev-img]: https://img.shields.io/badge/docs-latest-blue.svg
88
[dev-url]: https://juliareach.github.io/ControllerFormats.jl/dev/
99
[ci-img]: https://github.com/JuliaReach/ControllerFormats.jl/workflows/CI/badge.svg
1010
[ci-url]: https://github.com/JuliaReach/ControllerFormats.jl/actions/workflows/test-master.yml
1111
[cov-img]: https://codecov.io/github/JuliaReach/ControllerFormats.jl/coverage.svg
1212
[cov-url]: https://app.codecov.io/github/JuliaReach/ControllerFormats.jl
13+
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/C/ControllerFormats.svg
14+
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/C/ControllerFormats.html
1315
[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
1416
[aqua-url]: https://github.com/JuliaTesting/Aqua.jl
1517
[chat-img]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
1618
[chat-url]: https://julialang.zulipchat.com/#narrow/stream/278609-juliareach
19+
[juliahub-img]: https://juliahub.com/docs/General/ControllerFormats/stable/version.svg
20+
[juliahub-url]: https://juliahub.com/ui/Packages/General/ControllerFormats
1721
[lic-img]: https://img.shields.io/github/license/mashape/apistatus.svg
1822
[lic-url]: https://github.com/JuliaReach/ControllerFormats.jl/blob/master/LICENSE
1923

0 commit comments

Comments
 (0)