Skip to content

Commit

Permalink
Badges
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Nov 7, 2024
1 parent 60dcd88 commit f947f86
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions RemoteBMI.jl/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# RemoteBMI

<!-- [![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://eWaterCycle.github.io/RemoteBMI.jl/stable) -->
<!-- [![In development documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://eWaterCycle.github.io/RemoteBMI.jl/dev) -->
[![Build Status](https://github.com/eWaterCycle/RemoteBMI.jl/workflows/Julia%20test/badge.svg)](https://github.com/eWaterCycle/RemoteBMI/actions)
[![Test workflow status](https://github.com/eWaterCycle/RemoteBMI/actions/workflows/julia-test.yml/badge.svg?branch=main)](https://github.com/eWaterCycle/RemoteBMI/actions/workflows/julia-test.yml?query=branch%3Amain)
<!-- [![Docs workflow Status](https://github.com/eWaterCycle/RemoteBMI.jl/actions/workflows/Docs.yml/badge.svg?branch=main)](https://github.com/eWaterCycle/RemoteBMI.jl/actions/workflows/Docs.yml?query=branch%3Amain) -->
[![Julia test](https://github.com/eWaterCycle/remotebmi/actions/workflows/julia-test.yml/badge.svg)](https://github.com/eWaterCycle/remotebmi/actions/workflows/julia-test.yml)
[![Julia docs](https://github.com/eWaterCycle/remotebmi/actions/workflows/julia-docs.yml/badge.svg)](https://github.com/eWaterCycle/remotebmi/actions/workflows/julia-docs.yml)

[![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url]

<!-- TODO filter on Julia component
[![Coverage](https://codecov.io/gh/eWaterCycle/RemoteBMI/branch/main/graph/badge.svg)](https://codecov.io/gh/eWaterCycle/RemoteBMI)
Expand Down Expand Up @@ -51,4 +50,10 @@ touch RemoteBMI.jl/docs/src/client/docs/Int64.md
touch RemoteBMI.jl/docs/src/client/docs/Float64.md
touch RemoteBMI.jl/docs/src/server/docs/Int64.md
touch RemoteBMI.jl/docs/src/server/docs/Float64.md
```
```

[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://www.ewatercycle.org/remotebmi/RemoteBMI.jl/dev

[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://www.ewatercycle.org/remotebmi/RemoteBMI.jl/stable

0 comments on commit f947f86

Please sign in to comment.