From 56e2a84c50a5193bafa13192e0fd979b4eee284b Mon Sep 17 00:00:00 2001 From: guilhermebodin Date: Wed, 13 Sep 2023 14:03:40 -0300 Subject: [PATCH] [no ci] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 710178b..3d2cfaa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # Polyglot.jl +[build-img]: https://github.com/psrenergy/Polyglot.jl/workflows/CI/badge.svg?branch=master +[build-url]: https://github.com/psrenergy/Polyglot.jl/actions?query=workflow%3ACI + +[codecov-img]: https://codecov.io/gh/psrenergy/Polyglot.jl/coverage.svg?branch=master +[codecov-url]: https://codecov.io/gh/psrenergy/Polyglot.jl?branch=master + +# StateSpaceModels.jl + +| **Build Status** | **Coverage** | +|:-----------------:|:-----------------:| +| [![Build Status][build-img]][build-url] | [![Codecov branch][codecov-img]][codecov-url] | + A minimal and opinionated way to deal with compositional loggers built with LoggingExtras.jl. The package also helps users to deal with logs in multiple languages.