Skip to content

Commit 53e3763

Browse files
committed
Update README.md
1 parent 54464a7 commit 53e3763

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# GraphPPL
22

3-
| **Documentation** | **Build Status** |
4-
|:-------------------------------------------------------------------------:|:--------------------------------:|
5-
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![DOI][ci-img]][ci-url] |
3+
| **Documentation** | **Build Status** | **Coverage** |
4+
|:-------------------------------------------------------------------------:|:--------------------------------:|:----------------------------------:|
5+
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![DOI][ci-img]][ci-url] |[![Codecov][codecov-img]][codecov-url] |
66

77
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
88
[docs-dev-url]: https://reactivebayes.github.io/GraphPPL.jl/dev
@@ -13,6 +13,9 @@
1313
[ci-img]: https://github.com/reactivebayes/GraphPPL.jl/actions/workflows/ci.yml/badge.svg?branch=master
1414
[ci-url]: https://github.com/reactivebayes/GraphPPL.jl/actions
1515

16+
[codecov-img]: https://codecov.io/gh/ReactiveBayes/GraphPPL.jl/graph/badge.svg?token=JESDYZVU9N
17+
[codecov-url]: https://codecov.io/gh/ReactiveBayes/GraphPPL.jl
18+
1619
GraphPPL.jl is a probabilistic programming language focused on probabilistic graphical models. GraphPPL.jl materializes a probabilistic model as a factor graph and provides a set of tools for model specification. GraphPPL.jl is a part of the [RxInfer](https://rxinfer.ml) ecosystem, but it does not explicitly depend on any inference backend. GraphPPL exports a high-level DSL for model specification and allows users to append arbitrary information to nodes in the model. This information can be used by inference backends to perform inference on the model.
1720

1821
## Installation

0 commit comments

Comments
 (0)