Skip to content

Commit 9319660

Browse files
Update readme
1 parent 196be96 commit 9319660

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# ClimaTimeSteppers.jl
22

3-
[![Docs latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://clima.github.io/ClimaTimeSteppers.jl/dev/)
3+
|||
4+
|---------------------:|:----------------------------------------------|
5+
| **Docs Build** | [![docs build][docs-bld-img]][docs-bld-url] |
6+
| **Documentation** | [![dev][docs-dev-img]][docs-dev-url] |
7+
| **GHA CI** | [![gha ci][gha-ci-img]][gha-ci-url] |
8+
| **Code Coverage** | [![codecov][codecov-img]][codecov-url] |
9+
10+
[docs-bld-img]: https://github.com/CliMA/ClimaTimeSteppers.jl/actions/workflows/docs.yml/badge.svg
11+
[docs-bld-url]: https://github.com/CliMA/ClimaTimeSteppers.jl/actions/workflows/docs.yml
12+
13+
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
14+
[docs-dev-url]: https://CliMA.github.io/ClimaTimeSteppers.jl/dev/
15+
16+
[gha-ci-img]: https://github.com/CliMA/ClimaTimeSteppers.jl/actions/workflows/ci.yml/badge.svg
17+
[gha-ci-url]: https://github.com/CliMA/ClimaTimeSteppers.jl/actions/workflows/ci.yml
18+
19+
[codecov-img]: https://codecov.io/gh/CliMA/ClimaTimeSteppers.jl/branch/main/graph/badge.svg
20+
[codecov-url]: https://codecov.io/gh/CliMA/ClimaTimeSteppers.jl
421

522
A CPU- and GPU-friendly package for solving ordinary differential equations

0 commit comments

Comments
 (0)