diff --git a/README.md b/README.md index 30331247..8bb1cc25 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A pure-Rust actor framework. Inspired from [Erlang's `gen_server`](https://www.e [crates.io](https://crates.io/crates/ractor) [docs.rs](https://docs.rs/ractor) [![CI/main](https://github.com/slawlor/repl/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/slawlor/repl/actions/workflows/ci.yaml) +[![codecov](https://codecov.io/gh/slawlor/ractor/branch/main/graph/badge.svg?token=61AGYYPWBA)](https://codecov.io/gh/slawlor/ractor) ## About